factory TSelectItem.simple(String text, V value, [String? key]) { return TSelectItem(text: text, value: value, key: key); }