Parallel class

Inheritance

Constructors

Parallel({Direction direction = Direction.horizontal, SNumber leftMargin = const SNumber.number(0), SNumber topMargin = const SNumber.number(0), SNumber rightMargin = const SNumber.number(0), SNumber? width, SNumber? height, bool expandable = false, int expandStartIndex = 0, int expandCount = 0, num expandWidth = 30, List<ParallelAxis> axisList = const [], Color? backgroundColor, SNumber leftPadding = const SNumber.percent(5), SNumber topPadding = const SNumber.percent(5), SNumber rightPadding = const SNumber.percent(5), SNumber bottomPadding = const SNumber.percent(2), String id = '', bool show = true})

Properties

axisList List<ParallelAxis>
final
backgroundColor Color?
final
bottomMargin SNumber
finalinherited
bottomPadding SNumber
final
direction Direction
final
expandable bool
final
expandCount int
final
expandStartIndex int
final
expandWidth num
final
hashCode int
The hash code for this object.
no setterinherited
height SNumber?
finalinherited
id String
finalinherited
leftMargin SNumber
finalinherited
leftPadding SNumber
final
rightMargin SNumber
finalinherited
rightPadding SNumber
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
finalinherited
topMargin SNumber
finalinherited
topPadding SNumber
final
width SNumber?
finalinherited

Methods

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

Operators

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