SeatLayout constructor

SeatLayout({
  1. int templateId = 0,
  2. int canvasWidth = 0,
  3. int canvasHeight = 0,
  4. List<SeatFullInfo> seatList = const [],
})

Implementation

SeatLayout({this.templateId = 0, this.canvasWidth = 0, this.canvasHeight = 0, this.seatList = const []});