0 purchases
draggable fab
draggable_fab #
A Draggable FAB wrapper widget which can dragged to any edge of the screen.
Installation #
Add draggable_fab: ^0.1.4 in your pubspec.yaml dependencies. And import it:
import 'package:draggable_fab/draggable_fab.dart';
copied to clipboard
How to use #
Create a standalone widget e.g. Floating Action Bar widget :
DraggableFab(
child: FloatingActionButton(
onPressed: _incrementCounter,
child: Icon(Icons.add),
),
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.