primaryColor property

Color? primaryColor
final

The primary tint color used for texts, buttons, icons, and control elements with static background colors in the editor.

// Defaults to:
Colors.white

Implementation

final Color? primaryColor;