body1 property

Text get body1

Implementation

Text get body1 {
  return copyWith(
    fontSize: 20,
  );
}