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