SeoGridView constructor
const
SeoGridView({
- Key? key,
- required SliverGridDelegate gridDelegate,
- required List<
Widget> children, - Axis scrollDirection = Axis.vertical,
- bool reverse = false,
- ScrollController? controller,
- bool? primary,
- ScrollPhysics? physics,
- EdgeInsetsGeometry? padding,
- bool shrinkWrap = false,
Creates a SeoGridView.
Implementation
const SeoGridView({
super.key,
required this.gridDelegate,
required this.children,
this.scrollDirection = Axis.vertical,
this.reverse = false,
this.controller,
this.primary,
this.physics,
this.padding,
this.shrinkWrap = false,
});