OneTapStyle constructor

const OneTapStyle({
  1. OneTapType type = OneTapType.light,
  2. OneTapCornersStyle cornersStyle = const OneTapCornersDefault(),
  3. OneTapSize size = OneTapSize.standard,
})

Constructs a style instance.

Implementation

const OneTapStyle({
  this.type = OneTapType.light,
  this.cornersStyle = const OneTapCornersDefault(),
  this.size = OneTapSize.standard,
});