OneTapCornersCustom constructor
const
OneTapCornersCustom({
- required double radius,
Constructs corner style instance with provided radiusPx
.
Implementation
const OneTapCornersCustom({required this.radius})
: super("OneTapCornersCustom");