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