getRender method

TextStyleSpec getRender()

Implementation

common.TextStyleSpec getRender() {
  return common.TextStyleSpec(
    color: MethodCommon.chartColor(color),
    fontSize: fontSize,
    fontWeight: fontWeight.value.toString(),
    lineHeight: lineHeight,
  );
}