ExtTextController extension

on

Methods

debounce(void callback(String text), [Duration duration = const Duration(seconds: 1)]) → void

Available on TextEditingController, provided by the ExtTextController extension

Calls callback after the user stops typing for duration.
toDate() DateTime?

Available on TextEditingController, provided by the ExtTextController extension

Converts the current text value of the controller to a DateTime object.