body2 property

Text get body2

Implementation

Text get body2 {
  return copyWith(
    fontSize: 15,
  );
}