unselectedLabelStyle property
TextStyle
get
unselectedLabelStyle
Implementation
TextStyle get unselectedLabelStyle =>
_unselectedLabelStyle ??
const TextStyle(
color: Color(0xFF222222),
fontSize: 16.0,
fontWeight: FontWeight.normal,
);