Skip to content

Commit f8412e6

Browse files
Migrated to the null safety.
1 parent e77c208 commit f8412e6

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
@@ -164,7 +164,7 @@ class EmployeeDataSource extends DataGridSource {
164164
}
165165

166166
@override
167-
DataGridRowAdapter buildRow(DataGridRow row) {
167+
DataGridRowAdapter? buildRow(DataGridRow row) {
168168
return DataGridRowAdapter(
169169
cells: row.getCells().map<Widget>((e) {
170170
return Container(

0 commit comments

Comments
 (0)