h1 property

Text get h1

Implementation

Text get h1 {
  return copyWith(
    fontSize: 30,
    fontWeight: FontWeight.bold,
  );
}