SFCircularButton constructor
const
SFCircularButton({
- required IconData icon,
- required VoidCallback onPressed,
- ComponentSize size = ComponentSize.md,
- Color? iconColor,
- Color? backgroundColor,
- bool disabled = false,
- Key? key,
Implementation
const SFCircularButton({
required this.icon,
required this.onPressed,
this.size = ComponentSize.md,
this.iconColor,
this.backgroundColor,
this.disabled = false,
super.key,
});