AspectRatioOption class

Model classes for image editing features used within the plugin.

This library includes several classes representing various types of layers and editing features for an image editor. Each layer, such as background, emoji, text, or blur, extends the base Layer class and carries properties specific to its type, including position, rotation, scale, and opacity.

Constructors

AspectRatioOption.new({required String title, double? ratio})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
ratio double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final

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