IntrinsicBounds class abstract

Inheritance

Constructors

IntrinsicBounds({double left, double top, double width, double height, required IntrinsicBoundsDelegate delegate})
const
factory

Properties

center Offset
no setterinherited
copyWith → _$$IntrinsicBoundsImplCopyWith<_$IntrinsicBoundsImpl>
no setter
delegate IntrinsicBoundsDelegate
no setter
hashCode int
The hash code for this object.
no setterinherited
height double
no setter
isFixed bool
no setterinherited
isIntrinsic bool
no setterinherited
left double
no setter
position Offset
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
no setterinherited
top double
no setter
width double
no setter

Methods

contains(Offset offset) bool
inherited
map<TResult extends Object?>({required TResult fixed(FixedBounds value), required TResult intrinsic(IntrinsicBounds value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? fixed(FixedBounds value)?, TResult? intrinsic(IntrinsicBounds value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult fixed(FixedBounds value)?, TResult intrinsic(IntrinsicBounds value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult fixed(double left, double top, double width, double height)?, TResult intrinsic(double left, double top, double width, double height, IntrinsicBoundsDelegate delegate)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toRect() Rect
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult fixed(double left, double top, double width, double height), required TResult intrinsic(double left, double top, double width, double height, IntrinsicBoundsDelegate delegate)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? fixed(double left, double top, double width, double height)?, TResult? intrinsic(double left, double top, double width, double height, IntrinsicBoundsDelegate delegate)?}) → TResult?
inherited

Operators

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