SpotCheckTextButton constructor
const
SpotCheckTextButton({
- Key? key,
- required SpotCheckButtonConfig config,
- required VoidCallback onPressed,
Implementation
const SpotCheckTextButton({
Key? key,
required this.config,
required this.onPressed,
}) : super(key: key);