menu
fanci package
documentation
fanci_playground.dart
PlaygroundTab
PlaygroundTab const constructor
PlaygroundTab const constructor
dark_mode
light_mode
PlaygroundTab
constructor
const
PlaygroundTab
(
{
required
String
emoji
,
required
String
label
,
required
Widget
page
,
})
Implementation
const PlaygroundTab({ required this.emoji, required this.label, required this.page });
fanci package
documentation
fanci_playground
PlaygroundTab
PlaygroundTab const constructor
PlaygroundTab class