StartLIghts constructor

const StartLIghts({
  1. required int numLights,
})

Implementation

const StartLIghts({
  required this.numLights,
});