FluoFeaturesScreen constructor
const
FluoFeaturesScreen({
- Key? key,
- required String title,
- required List<
String> features, - required VoidCallback onContinue,
- FluoFeaturesScreenStyle style = const FluoFeaturesScreenStyle(),
Implementation
const FluoFeaturesScreen({
super.key,
required this.title,
required this.features,
required this.onContinue,
this.style = const FluoFeaturesScreenStyle(),
});