body3 property

Text get body3

Implementation

Text get body3 {
  return copyWith(
    fontSize: 10,
  );
}