toTextStyle method

TextStyle toTextStyle()

Build the TextStyle the renderer measures cells from.

Implementation

TextStyle toTextStyle() => TextStyle(
      fontFamily: family,
      fontFamilyFallback: fallback,
      fontSize: size,
      height: lineHeight,
    );