customRounded method

VxCard customRounded(
  1. BorderRadiusGeometry geometry
)
inherited

Implementation

T customRounded(BorderRadiusGeometry geometry) {
  roundedValue = 0.0;
  radiusGeometry = geometry;
  return _childToRound;
}