regions property

List<FResizableRegionData> regions
final

The resizable regions. The regions are ordered from top to bottom, or left to right, depending on the resizable axis.

Contract

Modifying the regions outside of update and end will result in undefined behaviour.

Implementation

final List<FResizableRegionData> regions = [];