flutter_responsive_table icon indicating copy to clipboard operation
flutter_responsive_table copied to clipboard

Fix for "Null check opeator used on null value" exception.

Open sheppe opened this issue 2 years ago • 0 comments

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.

sheppe avatar Apr 26 '23 17:04 sheppe