SeatWidgetLayoutRowConfig constructor

SeatWidgetLayoutRowConfig({
  1. int count = 5,
  2. double seatSpacing = 20.0,
  3. Size seatSize = const Size(50.0, 72.0),
  4. 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});