DrawLead constructor

const DrawLead({
  1. required List<bool> leadstate,
})

Implementation

const DrawLead({
  required this.leadstate,
});