PlutoDualGridDivider class

In PlutoDualGrid, set the separation widget between the two grids.

Constructors

PlutoDualGridDivider({bool show = true, Color backgroundColor = Colors.white, Color indicatorColor = const Color(0xFFA1A5AE), Color draggingColor = const Color(0xFFDCF5FF)})
const
PlutoDualGridDivider.dark({bool show = true, Color backgroundColor = const Color(0xFF111111), Color indicatorColor = const Color(0xFF000000), Color draggingColor = const Color(0xFF313131)})
const

Properties

backgroundColor Color
Set the background color.
final
draggingColor Color
Set the background color when dragging the separator widget.
final
hashCode int
The hash code for this object.
no setterinherited
indicatorColor Color
Set the icon color in the center of the separator widget.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
If show is set to true, a separator widget appears between the grids, and you can change the width of two grids by dragging them.
final

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