ColorTicket constructor

ColorTicket({
  1. required Color color,
  2. required String name,
  3. double height = 30,
})

Implementation

ColorTicket({required this.color, required this.name, this.height = 30});