h5 property

Text get h5

Implementation

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