menu
fixedlayout package
documentation
fixedlayout.dart
FixedLayout
FixedLayout.new const constructor
FixedLayout.new const constructor
dark_mode
light_mode
FixedLayout
constructor
const
FixedLayout
(
{
Key
?
key
,
required
Scaffold
child
,
})
Implementation
const FixedLayout({Key? key, required this.child}) : super(key: key);
fixedlayout package
documentation
fixedlayout
FixedLayout
FixedLayout.new const constructor
FixedLayout class