ResizeBar class

Custom resizeBar: either use leftColor & rightcolor or decorations. Not both of them

Constructors

ResizeBar({double width = 5, Decoration? decoration, double helperSize = 20, Decoration? helperDecoration, Color? leftColor, Color? rightColor, double helperPos = 30})

Properties

decoration Decoration?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
helperDecoration Decoration?
getter/setter pair
helperPos double
final
helperSize double
final
leftColor Color?
getter/setter pair
rightColor Color?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
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