PageInput constructor
const
PageInput({
- Key? key,
- required int maxLength,
- required TextEditingController controller,
- String? hint,
- int height = 260,
Implementation
const PageInput({Key? key, required this.maxLength, required this.controller, this.hint, this.height = 260}) : super(key: key);