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