toolBarConfig property
toolBarConfig optional list which takes the toolbar button types, by default, toolbar will show all the buttons, we can show required buttons by passing them in the list
Implementation
final List<ToolBarStyle>? toolBarConfig;