copyWith method

PageBlockAnchor copyWith({
  1. String? name,
})

Implementation

PageBlockAnchor copyWith({String? name}) =>
    PageBlockAnchor(name: name ?? this.name);