menu
bonfire package
documentation
util/extensions/extensions.dart
Vector2Ext
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Vector2
copyWith
(
{
double
?
x
,
double
?
y
,
})
Implementation
Vector2 copyWith({double? x, double? y}) { return Vector2(x ?? this.x, y ?? this.y); }
bonfire package
documentation
util/extensions/extensions
Vector2Ext
copyWith method
Vector2Ext extension on
Vector2