LoadMore constructor

const LoadMore({
  1. Key? key,
  2. Color? color,
  3. double? padding = 20,
  4. double? size = 20,
})

Creates a load more indicator widget.

Implementation

const LoadMore({super.key, this.color, this.padding = 20, this.size = 20});