- Users can use this random circle shapes as a placholder or for any other usases.
Step 1
- import 'package:webelight_shapes/webelight_shapes.dart';
Step 2
- add in your child -> webelight.getMoonMountainShape()
Step 3
- When your widget gets rebuild it will get new random colored circle shape
- I have used CustomPainter class to draw all the circle, shape, lines and give random color using random function.