legendTextStyle property
TextStyle
get
legendTextStyle
Implementation
TextStyle get legendTextStyle => fixBlurryText(
TextStyle(
fontWeight: FontWeight.normal,
fontSize: smallFontSize,
decoration: TextDecoration.none,
),
);