AntdRow constructor

const AntdRow({
  1. Key? key,
  2. required List<AntdCol> children,
  3. double? gutter,
})

Implementation

const AntdRow({super.key, required this.children, this.gutter});