menu
niku package
documentation
proxy/button.dart
ButtonStyleProxy
backgroundColorState property
backgroundColorState property
dark_mode
light_mode
backgroundColorState
property
set
backgroundColorState
(
NikuState
<
Color
?
>
?
v
)
Implementation
set backgroundColorState(NikuState<Color?>? v) => _style.backgroundColorState = v;
niku package
documentation
proxy/button
ButtonStyleProxy
backgroundColorState property
ButtonStyleProxy extension on
NikuButton