rxlabz / panache

🎨 Flutter Material Theme editor
https://rxlabz.github.io/panache
1.76k stars 233 forks source link

Some values show up as null() instead of null #18

Open knyghtryda opened 5 years ago

knyghtryda commented 5 years ago

Needed to edit a couple values in the theme.dart file because they were saved as null() instead of null.

ferchinas commented 4 years ago

Same here:

Compiler message: lib/theme.dart:406:23: Error: The method 'call' isn't defined for the class 'Null'. Try correcting the name to the name of an existing method, or defining a method named 'call'. thumbShape: null(), ^ lib/theme.dart:409:32: Error: The method 'call' isn't defined for the class 'Null'. Try correcting the name to the name of an existing method, or defining a method named 'call'. valueIndicatorShape: null(),

jonny7737 commented 4 years ago

Issue still exists - 2020/02/09