copyWith abstract method
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,
});
Creates a copy of this but with the given fields replaced with the new values.
PathDrawable copyWith({
bool? hidden,
List<Offset>? path,
double? strokeWidth,
});