ApptiveGridUserManagementContent constructor

const ApptiveGridUserManagementContent({
  1. Key? key,
  2. ContentType initialContentType = ContentType.register,
  3. void onLogin()?,
  4. double spacing = 16.0,
  5. RequestPasswordResetCallback? requestResetPassword,
  6. String? appName,
})

Creates a Content Widget to show the user Content

Implementation

const ApptiveGridUserManagementContent({
  super.key,
  this.initialContentType = ContentType.register,
  this.onLogin,
  this.spacing = 16.0,
  this.requestResetPassword,
  this.appName,
});