leadingBottomButtons property

List<Widget> leadingBottomButtons
final

Widgets displayed on the left (leading) side of the bottom control bar.

Common use cases include play/pause or mute/unmute buttons.

Implementation

final List<Widget> leadingBottomButtons;