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