ReloadServiceButton constructor
const
ReloadServiceButton({
- Key? key,
- required dynamic onPressed(),
Implementation
const ReloadServiceButton({super.key, required this.onPressed});