PlatformIconButton constructor
const
PlatformIconButton({
- required Widget icon,
- double? iconSize,
- EdgeInsetsGeometry? padding,
- required VoidCallback onPressed,
- Key? key,
Implementation
const PlatformIconButton(
{required this.icon,
this.iconSize,
this.padding,
required this.onPressed,
super.key});