topLeft property

RadiusUtility<T> get topLeft

Returns a RadiusUtility to manipulate Radius for topLeft corner.

Implementation

RadiusUtility<T> get topLeft {
  return RadiusUtility((radius) => only(topLeft: radius));
}