ExtTextController extension
Methods
-
debounce(
void callback(String text), [Duration duration = const Duration(seconds: 1)]) → void -
Available on TextEditingController, provided by the ExtTextController extension
Callscallbackafter the user stops typing forduration. -
toDate(
) → DateTime? -
Available on TextEditingController, provided by the ExtTextController extension
Converts the current text value of the controller to a DateTime object.