Led constructor

Led({
  1. String? color,
})

Returns a new Led instance.

Implementation

Led({
  this.color,
});