menu
antd_ui package
documentation
components/layout/antd_grid.dart
AntdCol
AntdCol.new const constructor
AntdCol.new const constructor
dark_mode
light_mode
AntdCol
constructor
const
AntdCol
(
{
Key
?
key
,
int
?
span
,
int
?
offset
,
double
?
spanWidth
,
required
Widget
child
,
})
Implementation
const AntdCol({super.key, this.span, this.offset, this.spanWidth, required this.child});
antd_ui package
documentation
components/layout/antd_grid
AntdCol
AntdCol.new const constructor
AntdCol class