PlexAccessibilityConfig constructor

const PlexAccessibilityConfig({
  1. bool highContrast = false,
  2. bool largeText = false,
  3. bool reduceMotion = false,
})

Implementation

const PlexAccessibilityConfig({
  this.highContrast = false,
  this.largeText = false,
  this.reduceMotion = false,
});