menu
utilities_framework_flutter package
documentation
utilities.dart
Bounds<T extends num>
topRight property
topRight property
dark_mode
light_mode
topRight
property
Point
<
T
>
get
topRight
Top-Right corner's point.
Implementation
Point<T> get topRight => Point(max.x, min.y);
utilities_framework_flutter package
documentation
utilities
Bounds<T extends num>
topRight property
Bounds class