OverlayConfig constructor
const
OverlayConfig({})
Implementation
const OverlayConfig({
this.autoShow = true,
this.autoHideDuration = 3000,
this.enableVibration = false,
this.bubbleColor,
this.bubbleSize = 56.0,
this.bubbleOpacity = 0.9,
this.enableSpellCheck = true,
this.enableGrammarCheck = true,
this.initialX = 100,
this.initialY = 200,
});