FluoSignInStyle constructor
const
FluoSignInStyle({
- Color backgroundColor = Colors.white,
- EdgeInsets padding = const EdgeInsets.all(20.0),
- Color backButtonColor = Colors.black,
- TextStyle? titleTextStyle,
- TextStyle? inputTextStyle,
- InputDecorationTheme? inputDecorationTheme,
- TextAlignVertical inputTextAlignVertical = TextAlignVertical.center,
- TextStyle? inputErrorTextStyle,
- PinTheme? codeInputThemeDefault,
- PinTheme? codeInputThemeFocused,
- PinTheme? codeInputThemeSubmitted,
- PinTheme? codeInputThemeFollowing,
- PinTheme? codeInputThemeDisabled,
- PinTheme? codeInputThemeError,
- ButtonStyle? continueButtonStyle,
- Size? continueButtonProgressIndicatorSize,
- Color? continueButtonProgressIndicatorColor,
- double continueButtonProgressIndicatorStrokeWidth = 2.0,
- EdgeInsets countryItemPadding = const EdgeInsets.symmetric(horizontal: 20.0, vertical: 15.0),
- Color? countryItemHighlightColor,
- 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,
});