LimitFill class

Class LimitFill

Inheritance

Constructors

LimitFill()

Properties

actionType String
getter/setter pairoverride
dimensions Dimensions
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
regionRelative bool?
getter/setter pairinherited
relative bool?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

aspectRatio(dynamic aspectRatio) Resize
Sets the aspect ratio Receives dynamic returns this object Resize
inherited
gravity(Gravity gravity) BaseFill
Sets the gravity. Receives Gravity returns this BaseFill
inherited
height(dynamic height) Resize
Sets the height Receives dynamic returns this object Resize
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
params() List<Param?>
inherited
toString() String
A string representation of this object.
inherited
width(dynamic width) Resize
Sets the width Receives dynamic returns this object Resize
inherited
x(dynamic x) BaseFill
Sets the x value. Receives dynamic returns this BaseFill
inherited
y(dynamic y) BaseFill
Sets the y value. Receives dynamic returns this BaseFill
inherited

Operators

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