menu
artisanal package
documentation
tui.dart
TwoColumnDetail
left method
left method
dark_mode
light_mode
left
method
TwoColumnDetail
left
(
String
text
)
Sets the left column text.
Implementation
TwoColumnDetail left(String text) { _left = text; return this; }
artisanal package
documentation
tui
TwoColumnDetail
left method
TwoColumnDetail class