RadialLayout class
Center + radius for a radial chart (pie/gauge/radar/polar/sunburst).
Constructors
- RadialLayout(Size size, {double scale = 0.8})
-
scaleis the fraction ofmin(width,height)/2the radius fills.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pointAt(
{required double angle, required double distance}) → Offset -
The point on a ray at
angle(radians, 0 = +x, clockwise as y grows down) at the givendistancefrom center. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited