getAppleIcon static method
Implementation
static Image getAppleIcon({double height = _Dimens.ICON_SIZE, double width = _Dimens.ICON_SIZE}) {
return _getAssetImageSized(
'assets/images/apple-logo.png',
height: height,
width: width,
color: LoginColors.whiteColor,
);
}