menu
arcane_jaspr package
documentation
core/props/auth_layout_props.dart
AuthBackLinkProps
AuthBackLinkProps.new const constructor
AuthBackLinkProps.new const constructor
dark_mode
light_mode
AuthBackLinkProps
constructor
const
AuthBackLinkProps
(
{
required
String
href
,
String
text
=
'Back to home'
,
})
Implementation
const AuthBackLinkProps({ required this.href, this.text = 'Back to home', });
arcane_jaspr package
documentation
core/props/auth_layout_props
AuthBackLinkProps
AuthBackLinkProps.new const constructor
AuthBackLinkProps class