menu
artisanal package
documentation
tui.dart
TextAreaModel
setWidth method
setWidth method
dark_mode
light_mode
setWidth
method
void
setWidth
(
int
w
)
Sets the width of the textarea.
Implementation
void setWidth(int w) { _width = w; }
artisanal package
documentation
tui
TextAreaModel
setWidth method
TextAreaModel class