menu
genai_components package
documentation
widgets/logo.widget.dart
LogoWidget
LogoWidget.new const constructor
LogoWidget.new const constructor
dark_mode
light_mode
LogoWidget
constructor
const
LogoWidget
(
{
Key
?
key
,
String
?
logoImagePath
,
double
?
height
,
bool
dark
=
false
,
Color
?
color
,
})
Implementation
const LogoWidget({super.key, this.logoImagePath, this.height, this.dark = false, this.color});
genai_components package
documentation
widgets/logo.widget
LogoWidget
LogoWidget.new const constructor
LogoWidget class