menu
artisanal package
documentation
tui.dart
Panel
title method
title method
dark_mode
light_mode
title
method
Panel
title
(
String
title
)
Sets the panel title.
Implementation
Panel title(String title) { _title = title; return this; }
artisanal package
documentation
tui
Panel
title method
Panel class