config property

EditorConfig? config
final

Configuration for appearance and behavior

Example:

config: EditorConfig(
  primaryColor: Colors.blue,
  backgroundColor: Colors.white,
  textColor: Colors.black,
  borderColor: Colors.grey,
  borderRadius: 8.0,
  fontFamily: 'Roboto',
),

Implementation

final EditorConfig? config;