h6 property

Text get h6

Implementation

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