FluoInfoScreenStyle constructor
const
FluoInfoScreenStyle({
- double contentWidth = 320,
- Color backgroundColor = Colors.white,
- EdgeInsets padding = const EdgeInsets.only(left: 20, right: 20, bottom: 40),
- double verticalSpacing = 20,
- TextStyle? titleTextStyle,
- TextStyle? subtitleTextStyle,
- ButtonStyle? continueButtonStyle,
Implementation
const FluoInfoScreenStyle({
this.contentWidth = 320,
this.backgroundColor = Colors.white,
this.padding = const EdgeInsets.only(
left: 20,
right: 20,
bottom: 40,
),
this.verticalSpacing = 20,
this.titleTextStyle,
this.subtitleTextStyle,
this.continueButtonStyle,
});