fluttercommunity / backdrop

Backdrop implementation in flutter.
https://pub.dev/packages/backdrop
MIT License
335 stars 36 forks source link

Fix warning #88

Closed proninyaroslav closed 3 years ago

proninyaroslav commented 3 years ago
scaffold.dart:595:35: Warning: Operand of null-aware operation '??' has type 'Widget' which excludes null.
 - 'Widget' is from 'package:flutter/src/widgets/framework.dart' ('../../dev/flutter/packages/flutter/lib/src/widgets/framework.dart').
                    child: widget.backLayer ?? Container(),