OPProgressButton constructor

OPProgressButton({
  1. bool isLoading = false,
  2. required dynamic onPressed()?,
  3. required String label,
  4. Color? color,
  5. bool mini = false,
  6. Color textColor = Colors.white,
  7. FontWeight? fontWeight,
})

Implementation

OPProgressButton({this.isLoading = false, required this.onPressed, required this.label, this.color, this.mini = false, this.textColor = Colors.white, this.fontWeight});