trailingBottomButtons property

List<Widget> trailingBottomButtons
final

Widgets displayed on the right (trailing) side of the bottom control bar.

Typically used for fullscreen toggle, settings, etc.

Implementation

final List<Widget> trailingBottomButtons;