AntdIcon constructor

const AntdIcon({
  1. Key? key,
  2. AntdIconStyle? style,
  3. AntdStyleBuilder<AntdIconStyle, AntdIcon>? styleBuilder,
  4. IconData? icon,
  5. Widget? child,
  6. bool row = true,
  7. bool reversed = false,
  8. VoidCallback? onTap,
})

Implementation

const AntdIcon(
    {super.key,
    super.style,
    super.styleBuilder,
    this.icon,
    this.child,
    this.row = true,
    this.reversed = false,
    this.onTap});