LinkedInStandardButton constructor
const
LinkedInStandardButton({
- required LinkedInConfig config,
- PreferredSizeWidget? appBar,
- OnGetUserProfile? onGetUserProfile,
- OnGetAuthToken? onGetAuthToken,
- OnError? onError,
- double? iconHeight,
- double? iconWidth,
- String? iconAssetPath,
- bool destroySession = false,
- bool mini = false,
Implementation
const LinkedInStandardButton({
required this.config,
this.appBar,
this.onGetUserProfile,
this.onGetAuthToken,
this.onError,
this.iconHeight,
this.iconWidth,
this.iconAssetPath,
this.destroySession = false,
this.mini = false,
});