menu
dartatui package
documentation
core/line.dart
Line
width property
width property
dark_mode
light_mode
width
property
int
get
width
Implementation
int get width => spans.fold(0, (sum, span) => sum + span.width);
dartatui package
documentation
core/line
Line
width property
Line class