persistentFooter property

Widget? persistentFooter
final

persistentFooter is a widget which is always shown at the bottom. The expandableContent is if it is expanded on top of it so you don't need margin to see all of your content. You can use it for example for navigation or a menu.

Implementation

final Widget? persistentFooter;