menu
arcane_jaspr package
documentation
component/view/logo.dart
Logo
Logo.new const constructor
Logo.new const constructor
dark_mode
light_mode
Logo
constructor
const
Logo
(
{
required
String
title
,
Widget
?
icon
,
String
?
subtitle
,
String
?
href
,
Key
?
key
,
})
Implementation
const Logo({ required this.title, this.icon, this.subtitle, this.href, super.key, });
arcane_jaspr package
documentation
component/view/logo
Logo
Logo.new const constructor
Logo class