menu
rothko_mobile package
documentation
widgets/story_page_wrapper.dart
StoryPageWrapper
StoryPageWrapper const constructor
StoryPageWrapper const constructor
dark_mode
light_mode
StoryPageWrapper
constructor
const
StoryPageWrapper
(
{
Key
?
key
,
String
?
path
,
List
<
Story
>
?
children
=
const []
,
})
Implementation
const StoryPageWrapper({ Key? key, this.path, this.children = const [], }) : super(key: key);
rothko_mobile package
documentation
widgets/story_page_wrapper
StoryPageWrapper
StoryPageWrapper const constructor
StoryPageWrapper class