GridViewListUpdated constructor

const GridViewListUpdated({
  1. List<GridViewModel?>? value,
  2. bool? mightHaveMore,
})

Implementation

const GridViewListUpdated({this.value, this.mightHaveMore});