GoogleLoginButton.icon constructor
const
GoogleLoginButton.icon({})
아이콘만 있는 버튼
Implementation
const GoogleLoginButton.icon({
super.key,
this.onPressed,
this.width,
this.height,
this.borderRadius = 6,
this.isLoading = false,
this.disabled = false,
}) : text = '',
size = ButtonSize.icon;