CrossProbeButton constructor
- required CrossProbeService service,
- Key? key,
Creates a CrossProbeButton for the given service.
Implementation
const CrossProbeButton({required this.service, super.key});
Creates a CrossProbeButton for the given service.
const CrossProbeButton({required this.service, super.key});