OneTapWithOAuthsStyle constructor

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

Constructs a style instance.

Implementation

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