menu
amadeus_proto
background_color.dart
BackgroundColor
BackgroundColor const constructor
BackgroundColor
dark_mode
light_mode
BackgroundColor
constructor
const
BackgroundColor
(
{
Key
?
key
,
required
Widget
child
}
)
Implementation
const BackgroundColor({super.key, required this.child});
amadeus_proto
background_color
BackgroundColor
BackgroundColor const constructor
BackgroundColor class