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