KatInputModel constructor
const
KatInputModel({
- required String placeholder,
- String? initValue,
- required ValueChanged<
String> onTextChange, - required TextEditingController controller,
Implementation
const KatInputModel({
required this.placeholder,
this.initValue,
required this.onTextChange,
required this.controller,
});