onPress property

Future<T> Function() onPress
final

Future callback invoked when pressing the button required in all button types

Implementation

final Future<T> Function() onPress;