getGoogleIcon static method
Implementation
static Image getGoogleIcon({double height = _Dimens.ICON_SIZE, double width = _Dimens.ICON_SIZE}) {
return _getAssetImageSized(
'assets/images/google-logo.png',
height: height,
width: width,
);
}