TextBoxConfig constructor
const
TextBoxConfig({
- double maxWidth = 200.0,
- EdgeInsets margins = const EdgeInsets.all(8.0),
- double timePerChar = 0.0,
- double? dismissDelay,
- bool growingBox = false,
Implementation
const TextBoxConfig({
this.maxWidth = 200.0,
this.margins = const EdgeInsets.all(8.0),
this.timePerChar = 0.0,
this.dismissDelay,
this.growingBox = false,
});