sticky_notes 0.1.2
sticky_notes: ^0.1.2 copied to clipboard
Draggable Sticky Notes within parent Stack. Notes can be customized.
0.0.1 #
- TODO: Describe initial release.
0.1.2 #
- added onDragEnd optional argument, it is function with argument (Offset) which is current position (related to parent) of top left corner of note | Example usage: storing notes last position to create it later with same position
- added optional constructor parameter (Offset) 'startingPosition' which is starting position (related to parent) of top left corner of note