Flutter Drawer
Drawer package lets you add a beautiful drawer to your Flutter app.
Installation
- Add the latest version of package to your pubspec.yaml (and run'dart pub get'):
dependencies:
flutter_drawer_x: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:flutter_drawer_x/flutter_drawer_x.dart';
Example
These are the properties that you can modify:
- title
- gradient (color1 and color2)
|