SnapAlignment.custom constructor

SnapAlignment.custom(
  1. double _parameters(
    1. SnapAlignmentItem item
    )
)

Create a custom snap behavior or extend the class. Note: Please create a pull request to add your behavior to the package.

Implementation

SnapAlignment.custom(this._parameters);