Layout class
Constructors
- Layout(double left, double top, double width, double height)
- Layout.clone(Layout source)
- Layout.zero()
Properties
Methods
-
equals(
Layout v) → bool -
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