WidgetsToolbar APIToolbar PropertiescssOn this pagecsscss: stringthis property controls the CSS class for the top container of the toolbar. The default value is an empty string.UsageDefining CSS class<Toolbar css="somebar" /><style> .somebar { background-color: #f0f0f0; }</style>