MediaOptions class
Constructors
- MediaOptions.new({int imageQuality = 80, int? maxWidth = 1280, int? maxHeight = 1280, String? watermark, double? watermarkFontSize = 30, String? watermarkPosition = WatermarkPosition.bottomRight, Duration? maxDuration = const Duration(seconds: 60), CropOptions? cropOptions})
-
const
Properties
- cropOptions → CropOptions?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageQuality → int
-
final
- maxDuration → Duration?
-
final
- maxHeight → int?
-
final
- maxWidth → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- watermark → String?
-
final
- watermarkFontSize → double?
-
final
- watermarkPosition → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited