copyWith abstract method
ShapeDrawable
copyWith({
- Set<
ObjectDrawableAssist> ? assists, - Offset? position,
- double? rotation,
- double? scale,
- Paint? paint,
- bool? locked,
override
Creates a copy of this but with the given fields replaced with the new values.
Implementation
@override
ShapeDrawable copyWith({
bool? hidden,
Set<ObjectDrawableAssist>? assists,
Offset? position,
double? rotation,
double? scale,
Paint? paint,
bool? locked,
});