LinkedInCustomButton constructor

const LinkedInCustomButton({
  1. required LinkedInConfig config,
  2. required Widget child,
  3. OnGetUserProfile? onGetUserProfile,
  4. OnGetAuthToken? onGetAuthToken,
  5. OnError? onError,
  6. PreferredSizeWidget? appBar,
  7. bool destroySession = false,
})

Implementation

const LinkedInCustomButton({
  required this.config,
  required this.child,
  this.onGetUserProfile,
  this.onGetAuthToken,
  this.onError,
  this.appBar,
  this.destroySession = false,
});