menu
flutter_material_showcase package
documentation
components/showcase_section.dart
MaterialShowcaseSection
MaterialShowcaseSection const constructor
MaterialShowcaseSection const constructor
dark_mode
light_mode
MaterialShowcaseSection
constructor
const
MaterialShowcaseSection
(
{
Key
?
key
,
required
String
title
,
required
Widget
child
,
})
Implementation
const MaterialShowcaseSection({ super.key, required this.title, required this.child, });
flutter_material_showcase package
documentation
components/showcase_section
MaterialShowcaseSection
MaterialShowcaseSection const constructor
MaterialShowcaseSection class