MyAccountCompact class widgets

A widget that shows a compact version of the user profile.

This widget is typically showed after an authentication request interrupts the normal flow of the app, for example, attempting to favorite an item while not signed in.

Constructors

MyAccountCompact({Key? key, Widget? primaryAction, Widget? message})
const

Properties

message → Widget?
A message to show the user after authentication.
final
primaryAction → Widget?
A widget (usually a button) that can be placed within this widget to represent the primary action the user can take now that they are authenticated
final

Methods

build(BuildContext context) → Widget
Describes the part of the user interface represented by this widget.