menu
artisanal package
documentation
tui.dart
ListModel
setShowTitle method
setShowTitle method
dark_mode
light_mode
setShowTitle
method
void
setShowTitle
(
bool
show
)
Sets whether to show the title.
Implementation
void setShowTitle(bool show) { showTitle = show; }
artisanal package
documentation
tui
ListModel
setShowTitle method
ListModel class