foregroundColorState property

void foregroundColorState=(NikuState<Color?>? v)

Implementation

set foregroundColorState(NikuState<Color?>? v) =>
    _style.foregroundColorState = v;