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