LoadEarlierWidget constructor

const LoadEarlierWidget({
  1. Key? key,
  2. Function? onLoadEarlier,
  3. required dynamic defaultLoadCallback(
    1. bool
    ),
})

Implementation

const LoadEarlierWidget({
  Key? key,
  this.onLoadEarlier,
  required this.defaultLoadCallback,
}) : super(key: key);