Protocol constructor

const Protocol({
  1. bool useMaterial3 = false,
  2. CreateTheme theme = _irsTh_,
  3. CreateExtensions extensions = _irsEx_,
  4. UpdateTheme updateTheme = _irsUTh_,
  5. UpdateExtensions updateExtensions = _irsUEx_,
})

Implementation

const Protocol({
  this.useMaterial3 = false,
  this.theme = _irsTh_,
  this.extensions = _irsEx_,
  this.updateTheme = _irsUTh_,
  this.updateExtensions = _irsUEx_,
});