TextPropertiesToolbar constructor

const TextPropertiesToolbar({
  1. Key? key,
  2. required ImageEditorController controller,
})

Implementation

const TextPropertiesToolbar({super.key, required this.controller});