themeData property

ThemeData? themeData
final

Theme data used by the editor.

It's used to set the colors for background/foreground elements of the editor. It uses Colorscheme.surface to set the background color of the editor. It uses Colorscheme.onSurface to set the foreground color of the editor. It uses Colorscheme.surfaceVariant to set the background color for other elements, such as buttons/toolbar/etc.

More in-depth customization will be available in the future.

If not specified, the default theme data is used, provided from Theme.of(context).

Implementation

final ThemeData? themeData;