copyWith abstract method

PathDrawable copyWith({
  1. bool? hidden,
  2. List<Offset>? path,
  3. double? strokeWidth,
})

Creates a copy of this but with the given fields replaced with the new values.

Implementation

PathDrawable copyWith({
  bool? hidden,
  List<Offset>? path,
  double? strokeWidth,
});