IntuitiveSize class

Constructors

IntuitiveSize(BuildContext context, {double minWidth = 0, double minHeight = 0, double maxWidth = 1, double maxHeight = 1, double? variableWidth, double? variableHeight, IntuitiveSizeOrientation orientation = IntuitiveSizeOrientation.portrait, bool useRatioWidth = false, bool useRatioHeight = false, double constantWidthSubtract = 0})

Properties

fn String
no setter
hashCode int
The hash code for this object.
no setterinherited
height double
no setter
orientation IntuitiveSizeOrientation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
no setter

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

Static Methods

maxHeight(BuildContext context) double
maxWidth(BuildContext context) double
size(BuildContext context) double