resolve abstract method
- TextDirection? direction
Convert this instance into an EdgeInsets, which uses literal coordinates
(i.e. the left
coordinate being explicitly a distance from the left, and
the right
coordinate being explicitly a distance from the right).
See also:
- EdgeInsets, for which this is a no-op (returns itself).
- EdgeInsetsDirectional, which flips the horizontal direction
based on the
direction
argument.
Implementation
EdgeInsets resolve(TextDirection? direction);