unselectedTextStyle property

TextStyle unselectedTextStyle
final

Text styling for the unselected alphabet by which we can customize the font color, weight, size etc.

unselectedTextStyle:
  TextStyle(
    fontWeight: FontWeight.normal,
    color: Colors.grey,
    fontSize: 18
  )

Implementation

final TextStyle unselectedTextStyle;