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