FluoFeaturesScreenStyle constructor
const
FluoFeaturesScreenStyle({
- double contentWidth = 320,
- Color backgroundColor = Colors.white,
- EdgeInsets padding = const EdgeInsets.only(left: 20, right: 20, bottom: 40),
- TextStyle? titleTextStyle,
- TextStyle? featureTextStyle,
- double checkmarkSize = 30,
- Color checkmarkColor = Colors.black,
- Color checkmarkBackgroundColor = const Color(0xfff0f0f0),
- ButtonStyle? continueButtonStyle,
Implementation
const FluoFeaturesScreenStyle({
this.contentWidth = 320,
this.backgroundColor = Colors.white,
this.padding = const EdgeInsets.only(
left: 20,
right: 20,
bottom: 40,
),
this.titleTextStyle,
this.featureTextStyle,
this.checkmarkSize = 30,
this.checkmarkColor = Colors.black,
this.checkmarkBackgroundColor = const Color(0xfff0f0f0),
this.continueButtonStyle,
});