heading1 property
TextStyle
get
heading1
Implementation
static TextStyle get heading1 => _applyFontStyle(TextStyle(
fontSize: 24,
fontWeight: FontWeight.bold,
color: AppColor.blackcolor,
));
static TextStyle get heading1 => _applyFontStyle(TextStyle(
fontSize: 24,
fontWeight: FontWeight.bold,
color: AppColor.blackcolor,
));