menu
igris package
documentation
components/greeting.dart
Greeting
Greeting.new const constructor
Greeting.new const constructor
dark_mode
light_mode
Greeting
constructor
const
Greeting
(
{
Key
?
key
,
String
?
iconPath
,
String
?
message
,
Color
?
color
,
})
Implementation
const Greeting({ super.key, this.iconPath, this.message, this.color });
igris package
documentation
components/greeting
Greeting
Greeting.new const constructor
Greeting class