menu
burakbasci_widgets package
documentation
widgets/scaffold/page_background.dart
BackgroundGradient
BackgroundGradient.new const constructor
BackgroundGradient.new const constructor
dark_mode
light_mode
BackgroundGradient
constructor
const
BackgroundGradient
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const BackgroundGradient({ super.key, required this.child, });
burakbasci_widgets package
documentation
widgets/scaffold/page_background
BackgroundGradient
BackgroundGradient.new const constructor
BackgroundGradient class