SpannableGridEditingStrategy constructor

const SpannableGridEditingStrategy({
  1. bool allowed = true,
  2. bool enterOnLongTap = true,
  3. bool exitOnTap = true,
  4. bool immediate = false,
  5. bool moveOnlyToNearby = false,
})

Create a default editing strategy instance.

Implementation

const SpannableGridEditingStrategy({
  this.allowed = true,
  this.enterOnLongTap = true,
  this.exitOnTap = true,
  this.immediate = false,
  this.moveOnlyToNearby = false,
});