black16bold property
Implementation
TextStyle black16bold = TextStyle(
color: AllColors().Black,
fontSize: 16.toFont,
fontWeight: FontWeight.w700,
);
TextStyle black16bold = TextStyle(
color: AllColors().Black,
fontSize: 16.toFont,
fontWeight: FontWeight.w700,
);