getIcon method

  1. @override
AuthIcon getIcon()

getIcon() a method which returns the authIcon.

Implementation

@override
AuthIcon getIcon() {
  return AuthIcon(
    iconUrl,
    color: style!.iconColor,
    iconSize: style!.iconSize,
  );
}