RippleShape.rounded constructor

RippleShape.rounded({
  1. required BorderRadius radius,
})

Implementation

factory RippleShape.rounded({required BorderRadius radius}) => RippleShape._(null, radius, false);