w property
BorderRadius
get
w
Implementation
BorderRadius get w => copyWith(
bottomLeft: bottomLeft.w,
bottomRight: bottomRight.w,
topLeft: topLeft.w,
topRight: topRight.w,
);