isFilled property
bool
get
isFilled
Implementation
bool get isFilled =>
!columnInfo.editable ||
columnInfo.type == 'bool' ||
!required ||
(value != null && value.toString().isNotEmpty);