hasBackgroundColor property
bool
get
hasBackgroundColor
Whether the terminal has reported its background color.
Implementation
bool get hasBackgroundColor => backgroundColor != null;
Whether the terminal has reported its background color.
bool get hasBackgroundColor => backgroundColor != null;