iconType property Null safety
final
Define the icon type.
The default icon looks, iconType must be null.
If the iconType is equal to AuthIconType.outlined
If the iconType is equal to AuthIconType.secondary
Implementation
final AuthIconType? iconType;