init static method
Implementation
static void init({
EasyRefreshIndicator? header,
EasyRefreshIndicator? footer,
}) {
_header = header;
_footer = footer;
}
static void init({
EasyRefreshIndicator? header,
EasyRefreshIndicator? footer,
}) {
_header = header;
_footer = footer;
}