Skip to content

Instantly share code, notes, and snippets.

@riscait
Last active April 9, 2020 11:25
Show Gist options
  • Save riscait/ec9351730e615bfb9fe33869ade8c856 to your computer and use it in GitHub Desktop.
Save riscait/ec9351730e615bfb9fe33869ade8c856 to your computer and use it in GitHub Desktop.
final isLightTheme = Theme.of(context).brightness == Brightness.light;
AppleSignInButton(
style: isLightTheme ? ButtonStyle.whiteOutline : ButtonStyle.white,
type: ButtonType.signIn,
onPressed: => presenter.onPressedAppleButton(context),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment