menu
kloktun_uikit package
documentation
common/controls.dart
ControlStatusProps
ControlStatusProps.new const constructor
ControlStatusProps.new const constructor
dark_mode
light_mode
ControlStatusProps
constructor
const
ControlStatusProps
(
{
bool
success
=
false
,
bool
error
=
false
,
bool
warning
=
false
,
})
Implementation
const ControlStatusProps({ this.success = false, this.error = false, this.warning = false });
kloktun_uikit package
documentation
common/controls
ControlStatusProps
ControlStatusProps.new const constructor
ControlStatusProps class