AuthBackLinkProps constructor

const AuthBackLinkProps({
  1. required String href,
  2. String text = 'Back to home',
})

Implementation

const AuthBackLinkProps({
  required this.href,
  this.text = 'Back to home',
});