menu
flutter_stream_paging package
documentation
ui/widgets/footer_tile.dart
FooterTile
FooterTile const constructor
FooterTile const constructor
dark_mode
light_mode
FooterTile
constructor
const
FooterTile
(
{
required
Widget
child
,
Key
?
key
,
})
Implementation
const FooterTile({ required this.child, Key? key, }) : super(key: key);
flutter_stream_paging package
documentation
ui/widgets/footer_tile
FooterTile
FooterTile const constructor
FooterTile class