menu
artisanal package
documentation
widgets.dart
Tint
Tint.new constructor
Tint.new constructor
dark_mode
light_mode
Tint
constructor
Tint
(
{
required
Color
color
,
double
opacity
=
1.0
,
Widget
?
child
,
Key
?
key
,
})
Implementation
Tint({required this.color, this.opacity = 1.0, super.child, super.key});
artisanal package
documentation
widgets
Tint
Tint.new constructor
Tint class