longPressValue property

dynamic longPressValue
final

The value for the GridButton.onPressed callback parameter. If the longPressValue is null, the callback will fallback to the value set for GridButton.onPressed if value is null the callback will use the title instead.

Implementation

final dynamic longPressValue;