LedConfig constructor

const LedConfig({
  1. bool sdkModeLedEnabled = true,
  2. bool ppiModeLedEnabled = true,
})

Constructor

Implementation

const LedConfig({
  this.sdkModeLedEnabled = true,
  this.ppiModeLedEnabled = true,
});