ContentEditor constructor

const ContentEditor({
  1. required List<int> bytes,
})

Implementation

const ContentEditor({required this.bytes});