IAutoLayout class abstract

An interface to make it easier to implement auto layout capabilities

Available Extensions

Constructors

IAutoLayout()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildLarge(BuildContext context, BoxConstraints constraints) Widget
buildMedium(BuildContext context, BoxConstraints constraints) Widget
buildSmall(BuildContext context, BoxConstraints constraints) Widget
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