LinkedInStandardButton constructor

const LinkedInStandardButton({
  1. required LinkedInConfig config,
  2. PreferredSizeWidget? appBar,
  3. OnGetUserProfile? onGetUserProfile,
  4. OnGetAuthToken? onGetAuthToken,
  5. OnError? onError,
  6. double? iconHeight,
  7. double? iconWidth,
  8. String? iconAssetPath,
  9. bool destroySession = false,
  10. 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,
});