menu
eliud_pkg_fundamentals_model package
documentation
model/grid_list_state.dart
GridListLoaded
GridListLoaded const constructor
GridListLoaded const constructor
dark_mode
light_mode
GridListLoaded
constructor
const
GridListLoaded
(
{
bool
?
mightHaveMore
,
List
<
GridModel
?
>
?
values
=
const []
,
})
Implementation
const GridListLoaded({this.mightHaveMore, this.values = const []});
eliud_pkg_fundamentals_model package
documentation
model/grid_list_state
GridListLoaded
GridListLoaded const constructor
GridListLoaded class