d_input library

Classes

DInput
simple input with full border default to styling the input decoration, use theme in the main
DInputPassword
simple input password with full border default to styling the input decoration, use theme in the main

Typedefs

DValidator = String? Function(String? input)
OnChange = void Function(String? value)
OnTap = void Function()