menu
genai_components package
documentation
widgets/page_with_header_spacing.widget.dart
PageWithHeaderSpacing
PageWithHeaderSpacing.new const constructor
PageWithHeaderSpacing.new const constructor
dark_mode
light_mode
PageWithHeaderSpacing
constructor
const
PageWithHeaderSpacing
(
{
Key
?
key
,
required
Widget
child
,
double
headerHeight
=
125.0
,
})
Implementation
const PageWithHeaderSpacing({ super.key, required this.child, this.headerHeight = 125.0, });
genai_components package
documentation
widgets/page_with_header_spacing.widget
PageWithHeaderSpacing
PageWithHeaderSpacing.new const constructor
PageWithHeaderSpacing class