CustomGif constructor

const CustomGif({
  1. Key? key,
  2. required String path,
})

Implementation

const CustomGif({
  Key? key,
  required this.path,
}) : super(key: key);