GridView constructor

GridView(
  1. GridModel model
)

Implementation

GridView(this.model) : super(key: ObjectKey(model));