menu
iconoir_flutter package
documentation
regular/gif_format.dart
GifFormat
GifFormat const constructor
GifFormat const constructor
dark_mode
light_mode
GifFormat
constructor
const
GifFormat
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const GifFormat({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/gif_format
GifFormat
GifFormat const constructor
GifFormat class