onAction property

Stream<String> get onAction

A stream that emits action IDs when the user taps a widget area.

Implementation

Stream<String> get onAction {
  throw UnimplementedError('onAction has not been implemented.');
}