Options constructor

const Options({
  1. bool includeIcons = true,
  2. bool includeAdaptableIcons = false,
  3. String packageIdentifier = '',
})

Implementation

const Options({
  this.includeIcons = true,
  this.includeAdaptableIcons = false,
  this.packageIdentifier = '',
});