baseTextStyle property

TextStyle baseTextStyle
getter/setter pair

Implementation

static TextStyle baseTextStyle = TextStyle(
  color: appColors.textPrimary,
  fontWeight: FontWeight.normal,
  letterSpacing: 0.0,
  height: 1.5,
);