menu
custom_view package
documentation
custom_gif.dart
CustomGif
CustomGif const constructor
CustomGif const constructor
dark_mode
light_mode
CustomGif
constructor
const
CustomGif
(
{
Key
?
key
,
required
String
path
,
})
Implementation
const CustomGif({ Key? key, required this.path, }) : super(key: key);
custom_view package
documentation
custom_gif
CustomGif
CustomGif const constructor
CustomGif class