message property

Widget? message
final

A message to show the user after authentication.

This message is usually contextually to the action taken before authentication interruption, for example, liking an item while not signed in while take the user to the authentication workflow and after successfully signing in, the item will be added to the users favorites list. In that case, this message will let the user know the item was added to their favorites list.

Implementation

final Widget? message;