renderBorder property
Styling options for the toolbar: Determines whether a border is rendered around all toolbar widgets
The default value is false. True is recommended for ToolbarType.nativeGrid.
Implementation
/// Determines whether a border is rendered around all toolbar widgets
///
/// The default value is false. True is recommended for [ToolbarType.nativeGrid].
final bool renderBorder;