copyWith method

  1. @override
PageBlockSubtitle copyWith({
  1. RichText? subtitle,
})
override

Implementation

@override
PageBlockSubtitle copyWith({
  RichText? subtitle,
}) =>
    PageBlockSubtitle(
      subtitle: subtitle ?? this.subtitle,
    );