SeatWidgetLayoutRowConfig constructor
SeatWidgetLayoutRowConfig({
- int count = 5,
- double seatSpacing = 20.0,
- Size seatSize = const Size(50.0, 72.0),
- SeatWidgetLayoutRowAlignment alignment = SeatWidgetLayoutRowAlignment.center,
Implementation
SeatWidgetLayoutRowConfig(
{this.count = 5,
this.seatSpacing = 20.0,
this.seatSize = const Size(50.0, 72.0),
this.alignment = SeatWidgetLayoutRowAlignment.center});