disabledBgColorValue property
String
get
disabledBgColorValue
Background color for disabled components (dark: #334155).
Implementation
@override
String get disabledBgColorValue =>
colorSeed?.disabledBackgroundColor?.value ?? super.disabledBgColorValue;