KeyboardInput constructor
const
KeyboardInput({
- required Widget child,
- dynamic onTap()?,
- required KeyboardInputType value,
- dynamic onLongPress()?,
- Key? key,
Implementation
const KeyboardInput({
required this.child,
this.onTap,
required this.value,
this.onLongPress,
Key? key,
}) : super(key: key);