menu
ella package
documentation
math/Size.dart
Size
copy method
copy method
dark_mode
light_mode
copy
method
Size
copy
(
)
@return {!goog.math.Size} A new copy of this Size.
Implementation
Size copy() { return new Size(width, height); }
ella package
documentation
math/Size
Size
copy method
Size class