FunctionalWidget constructor

const FunctionalWidget({
  1. FunctionalWidgetType widgetType = FunctionalWidgetType.stateless,
  2. bool? debugFillProperties,
  3. String? name,
})

Implementation

const FunctionalWidget({
  this.widgetType = FunctionalWidgetType.stateless,
  this.debugFillProperties,
  this.name,
});