OneTapStyle constructor
const
OneTapStyle({
- OneTapType type = OneTapType.light,
- OneTapCornersStyle cornersStyle = const OneTapCornersDefault(),
- OneTapSize size = OneTapSize.standard,
Constructs a style instance.
Implementation
const OneTapStyle({
this.type = OneTapType.light,
this.cornersStyle = const OneTapCornersDefault(),
this.size = OneTapSize.standard,
});