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