menu
struct_data package
documentation
bits/bits.dart
BitmasksMethods
totalWidth property
totalWidth property
dark_mode
light_mode
totalWidth
property
int
get
totalWidth
Implementation
int get totalWidth => map((e) => e.width).sum;
struct_data package
documentation
bits/bits
BitmasksMethods
totalWidth property
BitmasksMethods extension on
Iterable
<
Bitmask
>