ReloadServiceButton constructor

const ReloadServiceButton({
  1. Key? key,
  2. required dynamic onPressed(),
})

Implementation

const ReloadServiceButton({super.key, required this.onPressed});