grey16 property
Implementation
TextStyle grey16 = TextStyle(
color: AllColors().GREY,
fontSize: 16.toFont,
fontWeight: FontWeight.normal,
);
TextStyle grey16 = TextStyle(
color: AllColors().GREY,
fontSize: 16.toFont,
fontWeight: FontWeight.normal,
);