dispose method

void dispose()

calls the dispose method of the text editing controller do not forget to call it in the dispose method! void dispose() { info.dispose(); super.dispose(); }

Implementation

void dispose() => controller.dispose();