footer property

PueFooter? footer
final

Specifying this parameter will completely override the footer which is being rendered in the parent Pueprint widget. If this is specified, the data in the footerData parameter will be useless.

Implementation

final PueFooter? footer;