arcTrio static method
A ball falls inside a ring cut out when face up and falls when face down. Required color is applied to the ring and dot.
Implementation
static Widget arcTrio({
required Color color,
required double size,
Key? key,
}) {
return ArcTrio(color: color, size: size, key: key);
}