selectedStyle property
TextStyle
get
selectedStyle
Implementation
TextStyle get selectedStyle =>
TextStyle(color: display?.colorHMSUnit ?? Colors.blue);
TextStyle get selectedStyle =>
TextStyle(color: display?.colorHMSUnit ?? Colors.blue);