GeoformActionButton constructor
const
GeoformActionButton({
- required Icon icon,
- VoidCallback? onPressed,
- Key? key,
Implementation
const GeoformActionButton({
required this.icon,
this.onPressed,
Key? key,
}) : super(key: key);