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