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