FluoInfoScreen constructor
const
FluoInfoScreen({
- Key? key,
- required String title,
- required VoidCallback onContinue,
- FluoInfoScreenStyle style = const FluoInfoScreenStyle(),
- Widget? icon,
- String? subtitle,
- String? continueButtonTitle,
Implementation
const FluoInfoScreen({
super.key,
required this.title,
required this.onContinue,
this.style = const FluoInfoScreenStyle(),
this.icon,
this.subtitle,
this.continueButtonTitle,
});