behavior property

TouchScaleBehavior? behavior
final

Resolves the scale factor to apply during a press interaction. e.g. a value of 0.9 scales the widget to 90% of its original size.

Implementation

final TouchScaleBehavior? behavior;