h2 property
Text
get
h2
Implementation
Text get h2 {
return Text(
this,
style: const TextStyle(fontSize: 20, fontWeight: FontWeight.bold),
);
}
Text get h2 {
return Text(
this,
style: const TextStyle(fontSize: 20, fontWeight: FontWeight.bold),
);
}