emptyAreaBuilder property

(Widget Function(BuildContext context)?) emptyAreaBuilder
getter/setter pair

The blank space between seat and bottomBar, which can be used to place custom widgets freely.

Implementation

Widget Function(BuildContext context)? emptyAreaBuilder;