resolve abstract method
- TextDirection? direction
Convert this instance into a BorderRadius, so that the radii are expressed for specific physical corners (top-left, top-right, etc) rather than in a direction-dependent manner.
See also:
- BorderRadius, for which this is a no-op (returns itself).
- BorderRadiusDirectional, which flips the horizontal direction
based on the
direction
argument.
Implementation
BorderRadius resolve(TextDirection? direction);