Creates a text node from value.
value
FlintText text(Object? value) => FlintText(value?.toString() ?? '');