legendStyle property
TextStyle
get
legendStyle
Implementation
TextStyle get legendStyle => TextStyle(
fontSize: legendSize,
fontWeight: labelWeight,
fontFamily: fontFamily.isEmpty ? null : fontFamily,
);