textInputActionMap top-level property
Implementation
final textInputActionMap = {
"none": TextInputAction.none,
"unspecified": TextInputAction.unspecified,
"done": TextInputAction.done,
"go": TextInputAction.go,
"next": TextInputAction.next,
"previous": TextInputAction.previous,
"search": TextInputAction.search,
"send": TextInputAction.send
};