FluoSignInStyle constructor

const FluoSignInStyle({
  1. Color backgroundColor = Colors.white,
  2. EdgeInsets padding = const EdgeInsets.all(20.0),
  3. Color backButtonColor = Colors.black,
  4. TextStyle? titleTextStyle,
  5. TextStyle? inputTextStyle,
  6. InputDecorationTheme? inputDecorationTheme,
  7. TextAlignVertical inputTextAlignVertical = TextAlignVertical.center,
  8. TextStyle? inputErrorTextStyle,
  9. PinTheme? codeInputThemeDefault,
  10. PinTheme? codeInputThemeFocused,
  11. PinTheme? codeInputThemeSubmitted,
  12. PinTheme? codeInputThemeFollowing,
  13. PinTheme? codeInputThemeDisabled,
  14. PinTheme? codeInputThemeError,
  15. ButtonStyle? continueButtonStyle,
  16. Size? continueButtonProgressIndicatorSize,
  17. Color? continueButtonProgressIndicatorColor,
  18. double continueButtonProgressIndicatorStrokeWidth = 2.0,
  19. EdgeInsets countryItemPadding = const EdgeInsets.symmetric(horizontal: 20.0, vertical: 15.0),
  20. Color? countryItemHighlightColor,
  21. TextStyle? countryTextStyle,
})

Implementation

const FluoSignInStyle({
  this.backgroundColor = Colors.white,
  this.padding = const EdgeInsets.all(20.0),
  this.backButtonColor = Colors.black,
  this.titleTextStyle,
  this.inputTextStyle,
  this.inputDecorationTheme,
  this.inputTextAlignVertical = TextAlignVertical.center,
  this.inputErrorTextStyle,
  this.codeInputThemeDefault,
  this.codeInputThemeFocused,
  this.codeInputThemeSubmitted,
  this.codeInputThemeFollowing,
  this.codeInputThemeDisabled,
  this.codeInputThemeError,
  this.continueButtonStyle,
  this.continueButtonProgressIndicatorSize,
  this.continueButtonProgressIndicatorColor,
  this.continueButtonProgressIndicatorStrokeWidth = 2.0,
  this.countryItemPadding = const EdgeInsets.symmetric(
    horizontal: 20.0,
    vertical: 15.0,
  ),
  this.countryItemHighlightColor,
  this.countryTextStyle,
});