MaterialButton( child: signInButton(Strings.of(context).signInWithGoogle, 'assets/images/google.png'), onPressed: _isAgree ? _handleSignInWithGoogle : _showError, color: Colors.white, )