menu
rohd_schematic_viewer
schematic_viewer.dart
BitFieldDef
width property
width
dark_mode
light_mode
width
property
int
get
width
Width of this field in bits.
Implementation
int get width => high - low + 1;
rohd_schematic_viewer
schematic_viewer
BitFieldDef
width property
BitFieldDef class