AdaptiveConfig constructor

const AdaptiveConfig({
  1. int threshold = 10,
  2. LayoutMode layoutMode = LayoutMode.stacked,
  3. bool enableAutoAdjust = true,
  4. bool enableDebugLogging = false,
})

Constructor

Implementation

const AdaptiveConfig({
  this.threshold = 10,
  this.layoutMode = LayoutMode.stacked,
  this.enableAutoAdjust = true,
  this.enableDebugLogging = false,
});