PlutoLayoutAction<T extends PlutoLayoutIntent> constructor

  1. @mustCallSuper
PlutoLayoutAction<T extends PlutoLayoutIntent>(
  1. PlutoLayoutEventStreamController events,
  2. FocusNode focusNode
)

Implementation

@mustCallSuper
PlutoLayoutAction(this.events, this.focusNode);