AppGridView<T> constructor
const
AppGridView<T> ({})
Implementation
const AppGridView({
super.key,
this.listData,
this.child,
this.backgroundColor,
this.crossAxisCount = 3,
this.childHeight = 6,
this.childWidth = 3.5,
this.verticalPadding = 2.0,
this.horizontalPadding = 4.0,
this.shrinkWrap = false,
this.physics,
});