flutter-slide-to-act
flutter-slide-to-act copied to clipboard
null operator is used on a null value
type 'Null' is not a subtype of type 'RenderBox' in type cast
./../AppData/Local/Pub/Cache/hosted/pub.dev/slide_to_act-2.0.2/lib/slide_to_act.dart:400:40: Error: Method 'findRenderObject' cannot be called on 'BuildContext?' because it is potentially null.
- 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('/C:/flutter/packages/flutter/lib/src/widgets/framework.dart'). Try calling using ?. instead. _containerKey.currentContext.findRenderObject() as RenderBox;