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