flutter_responsive_table
flutter_responsive_table copied to clipboard
Fix for "Null check opeator used on null value" exception.
I encountered this exception when dynamically building data table headers and the data list. The headers were defined using the bare minimum text and value properties, and this error cropped up when assigning them to the table. The .expanded property was a null value and threw an exception.