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