toolbarBackgroundColor property

Color? toolbarBackgroundColor
final

The background color of the toolbar that hosts the title of the active tool, the discard, and the apply button in the editor.

// Defaults to:
Color(0xff212121)

Implementation

final Color? toolbarBackgroundColor;