CyberGridRow constructor
const
CyberGridRow({
- required String widthColumns,
- required List<
Widget> children, - EdgeInsets? padding,
- EdgeInsets? margin,
- Color? backgroundColor,
- bool enableHorizontalScroll = false,
Implementation
const CyberGridRow({
required this.widthColumns,
required this.children,
this.padding,
this.margin,
this.backgroundColor,
this.enableHorizontalScroll = false,
});