ProfileCard constructor

ProfileCard({
  1. Action? loginAction,
  2. Action? logoutAction,
  3. LayoutConfiguration<ContentItem>? layout,
  4. List<ContentModifierConfiguration>? modifiers,
})

Implementation

ProfileCard({
  this.loginAction,
  this.logoutAction,
  super.layout,
  super.modifiers,
}) : super(schemaType: schemaName);