AntdIconWrap constructor

const AntdIconWrap({
  1. Key? key,
  2. Widget? child,
  3. AntdIconStyle? style,
})

Implementation

const AntdIconWrap({super.key, this.child, this.style});