NiceAccessibleIconButton constructor
const
NiceAccessibleIconButton({
- Key? key,
- required IconData icon,
- required VoidCallback? onPressed,
- required String label,
- String? hint,
- double? size,
- Color? color,
- Color? backgroundColor,
- EdgeInsets? padding,
- double? splashRadius,
Implementation
const NiceAccessibleIconButton({
super.key,
required this.icon,
required this.onPressed,
required this.label,
this.hint,
this.size,
this.color,
this.backgroundColor,
this.padding,
this.splashRadius,
});