Flutter_dismissible_page icon indicating copy to clipboard operation
Flutter_dismissible_page copied to clipboard

Fixed null safety issue for transform scale

Open DarkKnight1005 opened this issue 2 years ago • 2 comments

DarkKnight1005 avatar Jul 08 '22 07:07 DarkKnight1005

Hi @DarkKnight1005, thanks for the PR, Could you provide detail of the issue?

Tkko avatar Jul 10 '22 16:07 Tkko

"Error: The argument type 'double?' can't be assigned to the parameter type 'double' because 'double?' is nullable and 'double' isn't. scale: _scale,"

tonto98 avatar Aug 10 '22 14:08 tonto98