textStyle property

TextStyle textStyle
final

Text style for legend item labels.

Default: TextStyle(fontSize: 11, fontWeight: FontWeight.normal, color: Colors.black87)

Implementation

final TextStyle textStyle;