menu
animated_containers package
documentation
util.dart
toSize function
toSize function
dark_mode
light_mode
toSize
function
Size
toSize
(
Offset
offset
)
Implementation
Size toSize(Offset offset) => Size(offset.dx, offset.dy);
animated_containers package
documentation
util
toSize function
util library