menu
fastyle_core package
documentation
ui/app_empty.dart
FastAppSkeleton
FastAppSkeleton.new const constructor
FastAppSkeleton.new const constructor
dark_mode
light_mode
FastAppSkeleton
constructor
const
FastAppSkeleton
(
{
Key
?
key
,
required
Widget
child
,
ThemeData
?
lightTheme
,
ThemeData
?
darkTheme
,
})
Implementation
const FastAppSkeleton({ super.key, required this.child, this.lightTheme, this.darkTheme, });
fastyle_core package
documentation
ui/app_empty
FastAppSkeleton
FastAppSkeleton.new const constructor
FastAppSkeleton class