Skip to content

Commit 5e755d4

Browse files
Migrated to the null safety.
1 parent e5d06d5 commit 5e755d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class EmployeeDataSource extends DataGridSource {
131131
List<DataGridRow> get rows => _employeeData;
132132

133133
@override
134-
DataGridRowAdapter buildRow(DataGridRow row) {
134+
DataGridRowAdapter? buildRow(DataGridRow row) {
135135
return DataGridRowAdapter(
136136
cells: row.getCells().map<Widget>((e) {
137137
return Container(

0 commit comments

Comments
 (0)