withSize method

Text withSize(
  1. double size
)

Implementation

Text withSize(double size) => copyWith(style: style?.withSize(size));