h3 property

Text get h3

Implementation

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