FluoQuestionScreenStyle constructor
const
FluoQuestionScreenStyle({
- Color backgroundColor = Colors.white,
- EdgeInsets padding = const EdgeInsets.only(left: 20, right: 20, bottom: 40),
- TextStyle? titleTextStyle,
- MainAxisAlignment answersAxisAlignment = MainAxisAlignment.end,
- ButtonStyle? continueButtonStyle,
Implementation
const FluoQuestionScreenStyle({
this.backgroundColor = Colors.white,
this.padding = const EdgeInsets.only(
left: 20,
right: 20,
bottom: 40,
),
this.titleTextStyle,
this.answersAxisAlignment = MainAxisAlignment.end,
this.continueButtonStyle,
});