menu
tdlib package
documentation
td_api.dart
Point
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Point
copyWith
(
{
double
?
x
,
double
?
y
,
})
Implementation
Point copyWith({ double? x, double? y, }) => Point( x: x ?? this.x, y: y ?? this.y, );
tdlib package
documentation
td_api
Point
copyWith method
Point class