small constant
TextStyle
const small
Implementation
static const TextStyle small = TextStyle(
fontWeight: FontWeight.normal,
fontSize: SysSize.small,
inherit: true,
);
static const TextStyle small = TextStyle(
fontWeight: FontWeight.normal,
fontSize: SysSize.small,
inherit: true,
);