GroundedBottomWrapper constructor
const
GroundedBottomWrapper({
- Key? key,
- required ThemeData? theme,
- required List<
Widget> children(- BoxConstraints constraints
Constructor for the GroundedBottomWrapper.
Requires the theme
and children
parameters.
Implementation
const GroundedBottomWrapper({
super.key,
required this.theme,
required this.children,
});