AspectRatioOption class

The AspectRatioOption class provides a title and ratio value for aspect ratio options.

Constructors

AspectRatioOption({required String title, double? ratio})
The AspectRatioOption constructor requires a title parameter and
const

Properties

hashCode int
The hash code for this object.
no setterinherited
ratio double?
The ratio value of the aspect ratio option.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of the aspect ratio option.
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