titleSliderTextStyle top-level property

TextStyle titleSliderTextStyle
getter/setter pair

Implementation

var titleSliderTextStyle = const TextStyle(
  color: Colors.white,
  fontSize: 15.0,
  fontWeight: FontWeight.w400,
);