pinderyTextStyle top-level property

TextStyle pinderyTextStyle
read / write

Implementation

TextStyle pinderyTextStyle = new TextStyle(
    fontSize:14.0,
    color: Colors.black,
    textBaseline: TextBaseline.alphabetic,

)