copyWith method
Implementation
$FespTextBuilderData copyWith({
String? text,
}) {
return $FespTextBuilderData(
text: text ?? this.text,
);
}
$FespTextBuilderData copyWith({
String? text,
}) {
return $FespTextBuilderData(
text: text ?? this.text,
);
}