menu
antd_ui package
documentation
components/layout/antd_grid.dart
AntdRow
AntdRow.new const constructor
AntdRow.new const constructor
dark_mode
light_mode
AntdRow
constructor
const
AntdRow
(
{
Key
?
key
,
required
List
<
AntdCol
>
children
,
double
?
gutter
,
})
Implementation
const AntdRow({super.key, required this.children, this.gutter});
antd_ui package
documentation
components/layout/antd_grid
AntdRow
AntdRow.new const constructor
AntdRow class