menu
flywind package
documentation
core/style_context.dart
FlyStyleContext
FlyStyleContext.new const constructor
FlyStyleContext.new const constructor
dark_mode
light_mode
FlyStyleContext
constructor
const
FlyStyleContext
(
{
Key
?
key
,
required
FlyStyle
style
,
required
Widget
child
,
})
Implementation
const FlyStyleContext({super.key, required this.style, required super.child});
flywind package
documentation
core/style_context
FlyStyleContext
FlyStyleContext.new const constructor
FlyStyleContext class