Return the item you want to add in your list.
You can create the item T with provided text.
T
text
If T is String just return the text.
final T Function(String text) create;