menu
origin package
documentation
stage.dart
Stage
Stage.new const constructor
Stage.new const constructor
dark_mode
light_mode
Stage
constructor
const
Stage
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const Stage({super.key, required this.child});
origin package
documentation
stage
Stage
Stage.new const constructor
Stage class