bottomRight property
RadiusUtility<T>
get
bottomRight
Returns a RadiusUtility to manipulate Radius for bottomRight corner.
Implementation
RadiusUtility<T> get bottomRight {
return RadiusUtility((radius) => only(bottomRight: radius));
}