menu
te_widgets package
documentation
widgets/list/list_config.dart
TLoadOptions<T>
TLoadOptions.new const constructor
TLoadOptions.new const constructor
dark_mode
light_mode
TLoadOptions<
T
>
constructor
const
TLoadOptions<
T
>
(
{
required
int
page
,
required
int
itemsPerPage
,
String
?
search
,
})
Implementation
const TLoadOptions({ required this.page, required this.itemsPerPage, this.search, });
te_widgets package
documentation
widgets/list/list_config
TLoadOptions<T>
TLoadOptions.new const constructor
TLoadOptions class