multi_split_view library

Classes

Area
Child area in the MultiSplitView.
DividerPainter
Allows customizing the divider.
DividerPainters
The divider painter factory.
DividerWidget
The standard divider widget for MultiSplitView that renders the DividerPainter from the current MultiSplitViewTheme.
MultiSplitView
A widget to provides horizontal or vertical multiple split view.
MultiSplitViewController
Controller for MultiSplitView.
MultiSplitViewTheme
Applies a MultiSplitView theme to descendant widgets. See also:
MultiSplitViewThemeData
The MultiSplitView theme. Defines the configuration of the overall visual MultiSplitViewTheme for a widget subtree within the app.

Typedefs

DividerBuilder = Widget Function(Axis axis, int index, bool resizable, bool dragging, bool highlighted, MultiSplitViewThemeData themeData)
DividerDoubleTapCallback = void Function(int dividerIndex)
Signature for when a divider double tap has occurred.
DividerTapCallback = void Function(int dividerIndex)
Signature for when a divider tap has occurred.
OnWeightChange = void Function()
Signature for when a weight area is changed.