blankValue property
String
get
blankValue
The blank value a new row should hold for this column (first option for a select, empty otherwise).
Implementation
String get blankValue =>
type == EditableColumnType.select && options.isNotEmpty ? options.first : '';