ExpandableCell<T> constructor
ExpandableCell<T> ({
- required String columnTitle,
- T? value,
Implementation
ExpandableCell({
required this.columnTitle,
this.value,
});