InputTextAction constructor
const
InputTextAction({
- Key? key,
- required ActionItem action,
- required VoidCallback onTap,
- required bool enable,
Implementation
const InputTextAction(
{Key? key,
required this.action,
required this.onTap,
required this.enable})
: super(key: key);