Creates an input field in a notification.
const WindowsTextInput({ required super.id, this.placeHolderContent, super.title, }) : super(type: WindowsInputType.text);