menu
flutter_dynamic_ui package
documentation
annotations/component_config.dart
ActionConfig
ActionConfig const constructor
ActionConfig const constructor
dark_mode
light_mode
ActionConfig
constructor
const
ActionConfig
(
String
type
,
String
desc
)
Implementation
const ActionConfig(this.type, this.desc);
flutter_dynamic_ui package
documentation
annotations/component_config
ActionConfig
ActionConfig const constructor
ActionConfig class