smallText property
TextStyle
get
smallText
Implementation
static TextStyle get smallText => TextStyle(
fontSize: Dime.fsmall,
fontWeight: FontWeight.normal,
color: Colors.black,
);