FlutterLimitedBox class

Implemented types
Annotations

Constructors

FlutterLimitedBox({@cN FlutterKey? key, double? maxWidth, double? maxHeight, @cN AnyWidget? child})
factory
FlutterLimitedBox.fromJson(Map<String, dynamic> json)
factory

Properties

child AnyWidget?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key FlutterKey?
no setterinherited
maxHeight double?
no setterinherited
maxWidth double?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>(TResult $default(_FlutterLimitedBox value)) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toWidget(AnyWidgetContext context) LimitedBox
override

Operators

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

Constants

unionValue → const String