bottomToolbar property

void bottomToolbar=(List value)

A list of Buttons that will appear in the bottom toolbar.

If used, the default bottom toolbar will not be used. Supported buttons are:

Implementation

set bottomToolbar(List value) => _bottomToolbar = value;