BoxConstraintsUtility<T extends Attribute> class

Inheritance

Constructors

BoxConstraintsUtility(T builder(BoxConstraintsDto))

Properties

builder → T Function(BoxConstraintsDto)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
maxHeight DoubleUtility<T>
latefinal
maxWidth DoubleUtility<T>
latefinal
minHeight DoubleUtility<T>
latefinal
minWidth DoubleUtility<T>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

as(BoxConstraints value) → T
inherited
call({double? minWidth, double? maxWidth, double? minHeight, double? maxHeight}) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
only({double? minWidth, double? maxWidth, double? minHeight, double? maxHeight}) → T
override
toString() String
A string representation of this object.
inherited

Operators

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