h4 property
Text
get
h4
Implementation
Text get h4 {
return copyWith(
fontSize: 15,
fontWeight: FontWeight.bold,
);
}
Text get h4 {
return copyWith(
fontSize: 15,
fontWeight: FontWeight.bold,
);
}