onPressed property

VoidCallback? onPressed
final

Processing when a button is pressed.

ボタンが押された場合の処理。

Implementation

final VoidCallback? onPressed;