body4 property

Text get body4

Implementation

Text get body4 {
  return copyWith(
    fontSize: 5,
  );
}