LKTextField constructor
const
LKTextField({
- required String label,
- TextEditingController? ctrl,
- Key? key,
Implementation
const LKTextField({
required this.label,
this.ctrl,
super.key,
});