AntdCol constructor

const AntdCol({
  1. Key? key,
  2. int? span,
  3. int? offset,
  4. double? spanWidth,
  5. required Widget child,
})

Implementation

const AntdCol({super.key, this.span, this.offset, this.spanWidth, required this.child});