MoreLoadingGif constructor

const MoreLoadingGif({
  1. Key? key,
  2. required MoreLoadingGifType type,
  3. double? size = 100.0,
})

Implementation

const MoreLoadingGif({Key? key, required this.type, this.size = 100.0})
    : super(key: key);