style property Null safety

TextStyle? style
read / write

For any text styling needs.

Using color here is pointless as it will be overwritten by the value of activeTextColorList and inactiveTextColorList.

Implementation

TextStyle? style;