panache icon indicating copy to clipboard operation
panache copied to clipboard

Some values show up as null() instead of null

Open knyghtryda opened this issue 4 years ago • 2 comments

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

knyghtryda avatar Sep 19 '19 20:09 knyghtryda

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(),

ferchinas avatar Dec 12 '19 11:12 ferchinas

Issue still exists - 2020/02/09

jonny7737 avatar Feb 09 '20 20:02 jonny7737