Flutter-Neumorphic
Flutter-Neumorphic copied to clipboard
code cleanup according to best practices.
- import package:example replaced with proper references.
- Scaffold.of(context, nullOk: true) used instead of unsupported Scaffold.maybeOf(context)