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