selectedTextStyle property

TextStyle selectedTextStyle
final

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

selectedTextStyle:
  TextStyle(
    fontWeight: FontWeight.bold,
    color: Colors.black,
    fontSize: 20
  )

Implementation

final TextStyle selectedTextStyle;