copyWith method

Text copyWith({
  1. String? text,
})

Implementation

Text copyWith({String? text}) => Text(text: text ?? this.text);