hasCursorColor property
bool
get
hasCursorColor
Whether the terminal has reported its cursor color.
Implementation
bool get hasCursorColor => cursorColor != null;
Whether the terminal has reported its cursor color.
bool get hasCursorColor => cursorColor != null;