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