menu
ignis
ignis.dart
Shape
width property
width
dark_mode
light_mode
width
property
double
get
width
The width of the AABB that fully contains this shape.
Implementation
double get width => size.x;
ignis
ignis
Shape
width property
Shape class