menu
flame package
documentation
extensions.dart
SizeExtension
toPoint method
toPoint method
dark_mode
light_mode
toPoint
method
Point
<
num
>
toPoint
(
)
Creates a
Point
from the
Size
Implementation
Point toPoint() => Point(width, height);
flame package
documentation
extensions
SizeExtension
toPoint method
SizeExtension extension on
Size