AdaptiveConfig constructor
const
AdaptiveConfig({
- int threshold = 10,
- LayoutMode layoutMode = LayoutMode.stacked,
- bool enableAutoAdjust = true,
- bool enableDebugLogging = false,
Constructor
Implementation
const AdaptiveConfig({
this.threshold = 10,
this.layoutMode = LayoutMode.stacked,
this.enableAutoAdjust = true,
this.enableDebugLogging = false,
});