copyWith method
Creates a copy of this object with the given fields replaced with the new values.
Implementation
PullDownMenuTitleTheme copyWith({
TextStyle? style,
}) =>
PullDownMenuTitleTheme(
style: style ?? this.style,
);
Creates a copy of this object with the given fields replaced with the new values.
PullDownMenuTitleTheme copyWith({
TextStyle? style,
}) =>
PullDownMenuTitleTheme(
style: style ?? this.style,
);