h4 property
Text
get
h4
Implementation
Text get h4 {
return Text(
this,
style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
);
}
Text get h4 {
return Text(
this,
style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
);
}