GeoformActionButton constructor

const GeoformActionButton({
  1. required Icon icon,
  2. VoidCallback? onPressed,
  3. Key? key,
})

Implementation

const GeoformActionButton({
  required this.icon,
  this.onPressed,
  Key? key,
}) : super(key: key);