actionButtonTrigger property

  1. @Output('actionButtonTrigger')
Stream<FoButtonEvent> actionButtonTrigger

Implementation

@Output('actionButtonTrigger')
Stream<FoButtonEvent> get actionButtonTrigger =>
    _actionButtonController.stream;