AntdComponent<Style extends AntdStyle, WidgetType> constructor

const AntdComponent<Style extends AntdStyle, WidgetType>({
  1. Key? key,
  2. Style? style,
  3. AntdStyleBuilder<Style, WidgetType>? styleBuilder,
})

Implementation

const AntdComponent({super.key, this.style, this.styleBuilder});