menu
artisanal package
documentation
tui.dart
Alert
width method
width method
dark_mode
light_mode
width
method
Alert
width
(
int
value
)
Sets the width (for block/large display).
Implementation
Alert width(int value) { _width = value; return this; }
artisanal package
documentation
tui
Alert
width method
Alert class