widgets/resizable library
A resizable which children can be resized along either the horizontal or vertical main axis.
See https://forui.dev/docs/layout/resizable for working examples.
Classes
- FResizable
- A resizable allows its children to be resized along either the horizontal or vertical main axis.
- FResizableController
- A controller that manages the resizing of regions in a FResizable.
- FResizableDividerStyle
- The style of the dividers between FResizableRegions.
- FResizableDividerThumbStyle
- The style of the dividers' thumbs between FResizableRegions.
- FResizableRegion
- A resizable region that can be resized along the parent FResizable's axis. It should always be in a FResizable.
- FResizableRegionData
- A FResizableRegion's data.
- FResizableStyle
- A FResizable's style.
Enums
- FResizableDivider
- The appearance of dividers between FResizableRegions.
Extensions
- $FResizableDividerStyleCopyWith on FResizableDividerStyle
-
Provides a
copyWith
method. - $FResizableDividerThumbStyleCopyWith on FResizableDividerThumbStyle
-
Provides a
copyWith
method. - $FResizableStyleCopyWith on FResizableStyle
-
Provides a
copyWith
method.