BJHTitleTextInputValueCell constructor
BJHTitleTextInputValueCell({
- Key? key,
- required String title,
- String? textInputValue,
- TextEditingController? controller,
- void onTap()?,
Implementation
BJHTitleTextInputValueCell({
Key? key,
required this.title,
this.textInputValue,
this.controller,
this.onTap,
}) : super(key: key);