menu
fanci package
documentation
fanci_playground.dart
PlaygroundApp
PlaygroundApp constructor
PlaygroundApp constructor
dark_mode
light_mode
PlaygroundApp
constructor
PlaygroundApp
(
{
required
String
appName
,
required
List
<
PlaygroundTab
>
tabs
,
ThemeData
?
theme
,
ThemeData
?
darkTheme
,
Key
?
key
,
})
Implementation
PlaygroundApp({ required this.appName, required this.tabs, this.theme, this.darkTheme, super.key });
fanci package
documentation
fanci_playground
PlaygroundApp
PlaygroundApp constructor
PlaygroundApp class