onSwipeStart property
Called when row swiping is started.
You can disable the swiping for specific row by returning false.
Implementation
final DataGridSwipeStartCallback? onSwipeStart;
Called when row swiping is started.
You can disable the swiping for specific row by returning false.
final DataGridSwipeStartCallback? onSwipeStart;