persistentFooterDecoration property
final
Decoration for the container that holds the persistentFooterButtons.
By default, this container has a top border with a width of 1.0, created by Divider.createBorderSide.
See also:
- persistentFooterButtons, which defines the buttons to show in the footer.
- persistentFooterAlignment, which defines the alignment of the footer buttons.
Implementation
final BoxDecoration? persistentFooterDecoration;