textStyle16 property
Text style with a font size of 16 used in various parts of the app.
Implementation
final TextStyle textStyle16 = const TextStyle(
fontSize: 16,
color: Colors.black,
fontWeight: FontWeight.w500,
height: 1.5);
Text style with a font size of 16 used in various parts of the app.
final TextStyle textStyle16 = const TextStyle(
fontSize: 16,
color: Colors.black,
fontWeight: FontWeight.w500,
height: 1.5);