DSIconButton constructor
const
DSIconButton({
- required IconData icon,
- required VoidCallback onPressed,
- Color? color,
- double? size,
- Color? backgroundColor,
- double? borderRadius,
- EdgeInsetsGeometry? padding,
- Key? key,
Implementation
const DSIconButton({
required this.icon,
required this.onPressed,
this.color,
this.size,
this.backgroundColor,
this.borderRadius,
this.padding,
super.key,
});