EdgeInsetsDirectional class
Insets that flip with TextDirection. start is left in LTR, right in RTL.
- Inheritance
-
- Object
- EdgeInsetsGeometry
- EdgeInsetsDirectional
Constructors
- EdgeInsetsDirectional.all(double value)
-
all API.
const
- EdgeInsetsDirectional.fromSTEB(double start, double top, double end, double bottom)
-
EdgeInsetsDirectional API.
const
- EdgeInsetsDirectional.only({double start = 0, double top = 0, double end = 0, double bottom = 0})
-
only API.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
TextDirection direction) → EdgeInsets -
Physical insets for
direction.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- zero → const EdgeInsetsDirectional
- zero API.