StatusPaint constructor

StatusPaint({
  1. Color primaryColor = Colors.blue,
})

Implementation

StatusPaint({this.primaryColor=Colors.blue});