color_disabled top-level property Null safety
- @Deprecated('Will be removed in future releases in favor of [ansiColorDisabled]')
Implementation
@Deprecated(
'Will be removed in future releases in favor of [ansiColorDisabled]')
bool get color_disabled => ansiColorDisabled;
- @Deprecated('Will be removed in future releases in favor of [ansiColorDisabled]')
Implementation
@Deprecated(
'Will be removed in future releases in favor of [ansiColorDisabled]')
set color_disabled(bool disabled) => ansiColorDisabled = disabled;