AbstractTouchBar constructor
const
AbstractTouchBar(
- List<
AbstractTouchBarItem> children
Creates a new TouchBar.
children are the items of the menu.
If children is empty, a blank touch bar will be rendered
Implementation
const AbstractTouchBar(this.children);