icon property

IconData? icon
final

The icon shown on the provider button

NOTE: Both button and icon can be added to LoginProvider, but button will take preference over icon

Implementation

final IconData? icon;