GridItemView constructor

GridItemView({
  1. GridItemModel? model,
})

Implementation

GridItemView({this.model}) : super(key: ObjectKey(model));