NList constructor
NList({})
Implementation
NList(
{Key? key,
this.child,
this.finished: false,
this.error: false,
this.offset: 30,
this.loadingText: "加载中...",
this.finishedText,
this.errorText,
required this.onLoad})
: super(key: key);