menu
rohd_hcl
rohd_hcl.dart
ConfigKnob
<
T
>
ConfigKnob constructor
ConfigKnob
dark_mode
light_mode
ConfigKnob<
T
>
constructor
ConfigKnob<
T
>
(
{
required
T
value
,
})
Creates a new knob with an initial
value
.
Implementation
ConfigKnob({required this.value});
rohd_hcl
rohd_hcl
ConfigKnob
<
T
>
ConfigKnob constructor
ConfigKnob class