h property

Implementation

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