onPressed property

dynamic Function(String b) onPressed
final

The function to call when the submit button is pressed.

Implementation

final Function(String b) onPressed;