CrossProbeButton constructor

const CrossProbeButton({
  1. required CrossProbeService service,
  2. Key? key,
})

Creates a CrossProbeButton for the given service.

Implementation

const CrossProbeButton({required this.service, super.key});