EditorToolbarSection constructor

const EditorToolbarSection(
  1. String value, {
  2. String? label,
  3. IconData? icon,
})

Implementation

const EditorToolbarSection(this.value, {this.label, this.icon});