copyWith abstract method

IScope<Object> copyWith({
  1. Widget? newChild,
  2. UpdateShouldNotify<Object>? newShouldNotify,
  3. TransitionBuilder? newBuilder,
  4. Key? newKey,
})
inherited

Copy with new fields

Implementation

IScope copyWith({
  Widget? newChild,
  UpdateShouldNotify<T>? newShouldNotify,
  TransitionBuilder? newBuilder,
  Key? newKey,
});