menu
geometry_kit
geometry_kit.dart
Ring
width property
width
dark_mode
light_mode
width
property
double
get
width
Width of the ring (outer - inner)
Implementation
double get width => outerRadius - innerRadius;
geometry_kit
geometry_kit
Ring
width property
Ring class