Footer constructor
const
Footer({
- NodeElement? child,
- List<
NodeElement> ? children,
Implementation
const Footer({NodeElement? child, List<NodeElement>? children})
: super(child: child, children: children);