GifExportFormat class

To export the video as a GIF file You can use this class to custom the fps of the exported GIF file.

Inheritance

Constructors

GifExportFormat({int fps = 10})
const

Properties

extension String
Extension of the file without the dot ..
finalinherited
fps int
The frame rate of the GIF file.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited