menu
blog package
documentation
widget/markdown/images_node.dart
FullScreenPage
FullScreenPage const constructor
FullScreenPage const constructor
dark_mode
light_mode
FullScreenPage
constructor
const
FullScreenPage
(
{
Key
?
key
,
required
Widget
child
,
required
bool
dark
,
})
Implementation
const FullScreenPage({ super.key, required this.child, required this.dark, });
blog package
documentation
widget/markdown/images_node
FullScreenPage
FullScreenPage const constructor
FullScreenPage class