StickerConstraint class

Annotations

Constructors

StickerConstraint({double width = 1, double height = 1})
Sticker constraints
const

Properties

boxConstraints BoxConstraints
Box constraints
no setter
hashCode int
The hash code for this object.
no setteroverride
height double
Sticker height constraint
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
Sticker constraint size
no setter
width double
Sticker width constraint
final

Methods

copyWith({double? width, double? height}) StickerConstraint
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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