OpenWGridView constructor
const
OpenWGridView({
- Key? key,
- required dynamic nodeState,
- required List<
CNode> children, - required FGeneralTypeInput crossAxisCount,
- required FGeneralTypeInput mainAxisSpacing,
- required FGeneralTypeInput crossAxisSpacing,
- required FDirection direction,
- required bool isPrimary,
- required FGeneralTypeInput childAspectRatio,
- required bool shrinkWrap,
- required JsonGetAttribute jsonGetAttribute,
Returns a StaggeredGridView (children:
) in Teta
Implementation
const OpenWGridView({
super.key,
required super.nodeState,
required this.children,
required this.crossAxisCount,
required this.mainAxisSpacing,
required this.crossAxisSpacing,
required this.direction,
required this.isPrimary,
required this.childAspectRatio,
required this.shrinkWrap,
required this.jsonGetAttribute,
});