MultiSplitViewThemeData class

The MultiSplitView theme. Defines the configuration of the overall visual MultiSplitViewTheme for a widget subtree within the app.

Constructors

MultiSplitViewThemeData({double dividerThickness = defaultDividerThickness, DividerPainter? dividerPainter})
Builds a theme data. The dividerThickness argument must also be positive.

Properties

dividerPainter DividerPainter?
Defines a divider painter. The default value is NULL.
final
dividerThickness double
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

defaultDividerThickness → const double