WidgetElementBuilder constructor

WidgetElementBuilder({
  1. required SendCommandCallback sendCommandCallback,
})

Implementation

WidgetElementBuilder({
  required this.sendCommandCallback,
});