onPressed property

VoidCallback? onPressed
final

버튼 클릭 콜백. null이면 버튼이 비활성화됩니다.

Implementation

final VoidCallback? onPressed;