whiteBold16 property
Implementation
static TextStyle whiteBold16 = TextStyle(
color: Colors.white,
fontSize: 16.toFont,
fontWeight: FontWeight.w700,
);
static TextStyle whiteBold16 = TextStyle(
color: Colors.white,
fontSize: 16.toFont,
fontWeight: FontWeight.w700,
);