Spacing class

Allows you to add spacing or padding in both the vertical and horizontal directions, or separately in either the vertical or horizontal direction.

Inheritance

Constructors

Spacing.large({Key? key})
Both vertical and horizontal largeSpacing
const
Spacing.largeHorizontal({Key? key})
Horizontal largeSpacing
const
Spacing.largeVertical({Key? key})
Vertical largeSpacing
const
Spacing.medium({Key? key})
Both vertical and horizontal mediumSpacing
const
Spacing.mediumHorizontal({Key? key})
Horizontal mediumSpacing
const
Spacing.mediumVertical({Key? key})
Vertical mediumSpacing
const
Spacing.small({Key? key})
Both vertical and horizontal smallSpacing
const
Spacing.smallHorizontal({Key? key})
Horizontal smallSpacing
const
Spacing.smallVertical({Key? key})
Vertical smallSpacing
const
Spacing.xl({Key? key})
Both vertical and horizontal xlSpacing
const
Spacing.xlHorizontal({Key? key})
Horizontal xlSpacing
const
Spacing.xlVertical({Key? key})
Vertical xlSpacing
const
Spacing.xs({Key? key})
Both vertical and horizontal xsSpacing
const
Spacing.xsHorizontal({Key? key})
Horizontal xsSpacing
const
Spacing.xsVertical({Key? key})
Vertical xsSpacing
const

Properties

hashCode int
The hash code for this object.
read-onlyinherited
horizontal double
Value for horizontal spacing.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
vertical double
Value for vertical spacing.
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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

Constants

largeSpacing → const double
Value for large spacing.
25
mediumSpacing → const double
Value for medium spacing.
20
smallSpacing → const double
Value for small spacing.
10
xlSpacing → const double
Value for extra large spacing.
30
xsSpacing → const double
Value for extra small spacing.
5