separatorWidget property

Widget separatorWidget
final

Sets the separator widget between toolbar sections. This widget is only used in ToolbarType.nativeScrollable.

The default widget is VerticalDivider(indent: 2, endIndent: 2, color: Colors.grey)

Implementation

final Widget separatorWidget;