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