AntdIcon constructor
const
AntdIcon({
- Key? key,
- AntdIconStyle? style,
- AntdStyleBuilder<
AntdIconStyle, AntdIcon> ? styleBuilder, - IconData? icon,
- Widget? child,
- bool row = true,
- bool reversed = false,
- VoidCallback? onTap,
Implementation
const AntdIcon(
{super.key,
super.style,
super.styleBuilder,
this.icon,
this.child,
this.row = true,
this.reversed = false,
this.onTap});