Closed jitendravn closed 4 months ago
Hi @jitendravn,
Sorry for the late response. I'll look into this.
Hi @jitendravn,
Sorry for the late reply! At the moment, you can use one of the following.
NyPullToRefresh(
child: (context, item) {...},
data: (page) async {...},
headerStyle: "MaterialClassicHeader", // e.g. adding a header style
),
In the future, it'd be nice to implement custom headers.
Thank you @agordn52