SeatWidgetLayoutRowConfig class
Constructors
- SeatWidgetLayoutRowConfig({int count = 5, double seatSpacing = 20.0, Size seatSize = const Size(50.0, 72.0), SeatWidgetLayoutRowAlignment alignment = SeatWidgetLayoutRowAlignment.center})
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