ProfileCard constructor
ProfileCard({
- Action? loginAction,
- Action? logoutAction,
- LayoutConfiguration<
ContentItem> ? layout, - List<
ContentModifierConfiguration> ? modifiers,
Implementation
ProfileCard({
this.loginAction,
this.logoutAction,
super.layout,
super.modifiers,
}) : super(schemaType: schemaName);