menu
storybook_dart package
documentation
annotations.dart
ArgType<T>
ArgType.new const constructor
ArgType.new const constructor
dark_mode
light_mode
ArgType<
T
>
constructor
const
ArgType<
T
>
(
String
name
, {
String
?
description
,
T?
defaultValue
,
})
Implementation
const ArgType( this.name, { this.description, this.defaultValue, });
storybook_dart package
documentation
annotations
ArgType<T>
ArgType.new const constructor
ArgType class