unselectedLabelStyle property

TextStyle? get unselectedLabelStyle

Implementation

TextStyle? get unselectedLabelStyle => _unselectedLabelStyle;
set unselectedLabelStyle (TextStyle? v)

Implementation

set unselectedLabelStyle(TextStyle? v) {
  _unselectedLabelStyle = v;
  _invalidateCache();
}