menu
dartatui package
documentation
core/text.dart
Text
width property
width property
dark_mode
light_mode
width
property
int
get
width
Implementation
int get width => lines.fold(0, (max, l) => l.width > max ? l.width : max);
dartatui package
documentation
core/text
Text
width property
Text class