size method

_AppText size(
  1. double size
)
inherited

Implementation

_AppText size(double size) {
  return copyWith(
    fontSize: size,
  );
}