menu
flutter_stream_paging package
documentation
ui/widgets/empty_widget.dart
EmptyWidget
EmptyWidget const constructor
EmptyWidget const constructor
dark_mode
light_mode
EmptyWidget
constructor
const
EmptyWidget
(
{
Key
?
key
,
})
Implementation
const EmptyWidget({Key? key}) : super(key: key);
flutter_stream_paging package
documentation
ui/widgets/empty_widget
EmptyWidget
EmptyWidget const constructor
EmptyWidget class