menu
storybook_dart package
documentation
annotations.dart
Story
Story.new const constructor
Story.new const constructor
dark_mode
light_mode
Story
constructor
const
Story
(
String
name
, {
List
<
Arg
>
args
=
const []
,
})
Implementation
const Story( this.name, { this.args = const [], });
storybook_dart package
documentation
annotations
Story
Story.new const constructor
Story class