We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58c246 commit cbac941Copy full SHA for cbac941
packages/authenticator/amplify_authenticator/lib/src/widgets/social/social_button.dart
@@ -125,7 +125,7 @@ class SocialSignInButton extends AuthenticatorButton<SocialSignInButton> {
125
void debugFillProperties(DiagnosticPropertiesBuilder properties) {
126
super.debugFillProperties(properties);
127
properties
128
- ..add(EnumProperty<AuthProvider>('provider', provider))
+ ..add(DiagnosticsProperty<AuthProvider>('provider', provider))
129
..add(DoubleProperty('maxWidth', maxWidth));
130
}
131
0 commit comments