menu
voltron_renderer package
documentation
controller/props.dart
ControllerMethodProp
ControllerMethodProp const constructor
ControllerMethodProp const constructor
dark_mode
light_mode
ControllerMethodProp
constructor
const
ControllerMethodProp
(
Function
method
,
Object
?
defaultValue
)
Implementation
const ControllerMethodProp(this.method, this.defaultValue);
voltron_renderer package
documentation
controller/props
ControllerMethodProp
ControllerMethodProp const constructor
ControllerMethodProp class