textStyle property

TextStyle get textStyle

TextStyle the renderer measures cells from and feeds the glyph cache.

Implementation

TextStyle get textStyle => TextStyle(
      fontFamily: font.family,
      fontFamilyFallback: font.fallback,
      fontSize: font.size,
      height: font.lineHeight,
    );