OneTapCornersCustom constructor

const OneTapCornersCustom({
  1. required double radius,
})

Constructs corner style instance with provided radiusPx.

Implementation

const OneTapCornersCustom({required this.radius})
    : super("OneTapCornersCustom");