UIProConfig constructor

const UIProConfig({
  1. bool enableHapticFeedback = true,
  2. Duration defaultLoadingDelay = Duration.zero,
  3. bool debugShowBorders = false,
  4. Duration? animationDurationOverride,
  5. bool respectAccessibility = true,
})

Implementation

const UIProConfig({
  this.enableHapticFeedback = true,
  this.defaultLoadingDelay = Duration.zero,
  this.debugShowBorders = false,
  this.animationDurationOverride,
  this.respectAccessibility = true,
});