Footer constructor
const
Footer({
- Key? key,
- Color? backgroundColor,
- Alignment? alignment,
- EdgeInsetsGeometry? padding,
- required Widget child,
Implementation
const Footer(
{Key? key, this.backgroundColor,
this.alignment,
this.padding,
required this.child}) : super(key: key);