mediumText property
TextStyle
get
mediumText
Implementation
static TextStyle get mediumText => TextStyle(
fontSize: Dime.fmedium,
fontWeight: FontWeight.bold,
color: Colors.black,
);