offset property
This region's current minimum and maximum offset along the main resizable axis, in logical pixels
Both offsets are relative to the top/left side of the parent FResizable.
Contract
Throws AssertionError if:
- min < 0
- max <= min
extent.total
<=offset.max
Implementation
final ({double min, double max}) offset;