resolve abstract method

EdgeInsets resolve(
  1. 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:

Implementation

EdgeInsets resolve(TextDirection? direction);