MaterialDesktopCustomButton constructor
const
MaterialDesktopCustomButton({
- Key? key,
- Widget? icon,
- double? iconSize,
- Color? iconColor,
- required VoidCallback onPressed,
Implementation
const MaterialDesktopCustomButton({
Key? key,
this.icon,
this.iconSize,
this.iconColor,
required this.onPressed,
}) : super(key: key);