footerBuilder property

(PreferredSizeWidget Function(BuildContext context)?) footerBuilder
final

Builder for an optional widget to show below the action bar.

Consider using for field validation or as a replacement for a system keyboard.

This widget must be a PreferredSizeWidget to report its exact height; use Size.fromHeight

Implementation

final PreferredSizeWidget Function(BuildContext context)? footerBuilder;