UpKey constructor
const
UpKey({
- Key? key,
- required TextEditingController controller,
- ValueChanged<
String> ? valueChanged, - String? lableText,
- String? hintText,
Implementation
const UpKey(
{Key? key,
required this.controller,
this.valueChanged,
this.lableText,
this.hintText})
: super(key: key);