ConstraintDimenData class

Constructors

ConstraintDimenData({double? width, double? height, double? maxWidth, double? maxHeight, double? minWidth, double? minHeight})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
height double?
final
maxHeight double?
final
maxWidth double?
final
minHeight double?
final
minWidth double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double?
final

Methods

copy({double? width, double? height, double? maxWidth, double? maxHeight, double? minWidth, double? minHeight}) ConstraintDimenData
defaults({double? width, double? height, double? maxWidth, double? maxHeight, double? minWidth, double? minHeight, double? smaller, double? smallest}) ConstraintDimenData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scale(double scaleFactor) ConstraintDimenData
toString() String
A string representation of this object.
override