Closed edeuss closed 4 years ago
@EliasDeuss For now you can use a column to add your header widget like this,
Column(
children: [
Header(),
Expanded(
child: PaginateFirestore(),
)
],
)
widget to show before the list