circles property

List<MovingCircle> circles
getter/setter pair

List of MovingCircle widgets that define the circles on the background.

Implementation

late List<MovingCircle> circles;