regularTextStyle property

TextStyle get regularTextStyle

Implementation

TextStyle get regularTextStyle => fixBlurryText(
      TextStyle(
        color: colorScheme.onSurface,
        fontSize: defaultFontSize,
      ),
    );