menu
graphite package
documentation
core/matrix.dart
Matrix
width method
width method
dark_mode
light_mode
width
method
int
width
(
)
Implementation
int width() { return this.s.fold(0, (w, row) => row.length > w ? row.length : w); }
graphite package
documentation
core/matrix
Matrix
width method
Matrix class