SeatWidgetLayoutRowConfig class

Constructors

SeatWidgetLayoutRowConfig({int count = 5, double? seatSpacing, Size? seatSize, SeatWidgetLayoutRowAlignment alignment = SeatWidgetLayoutRowAlignment.spaceEvenly})

Properties

alignment SeatWidgetLayoutRowAlignment
final
count int
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seatSize Size
final
seatSpacing 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.
override

Operators

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