LoaderPainter constructor

LoaderPainter({
  1. required double strokeWidth,
  2. required Color primaryColor,
  3. required Color secondaryColor,
})

Implementation

LoaderPainter({
  required this.strokeWidth,
  required this.primaryColor,
  required this.secondaryColor,
});