AmbientDetails constructor

const AmbientDetails(
  1. bool burnInProtection,
  2. bool lowBitAmbient
)

Constructor

Implementation

const AmbientDetails(this.burnInProtection, this.lowBitAmbient);