Dock class abstract

Constructors

Dock()

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

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

Static Methods

bottom({required Widget child, double? left = 0, double? right = 0, double? top, double? bottom = 0, double? width, double? height}) → Widget
fill({required Widget child, double? left, double? right, double? top, double? bottom}) → Widget
top({required Widget child, double? left = 0, double? right = 0, double? top = 0, double? bottom, double? height, double? width}) → Widget
topLeft({required Widget child, double? left = 0, double? right, double? top = 0, double? bottom, double? width, double? height}) → Widget
topRight({required Widget child, double? left, double? right = 0, double? top = 0, double? bottom, double? width, double? height}) → Widget