ObjectWidgetBody constructor

ObjectWidgetBody({
  1. Key? key,
  2. Map<String, dynamic>? uiProps,
  3. Map<String, String>? params,
})

Implementation

ObjectWidgetBody({
  Key? key,
  this.uiProps,
  this.params,
}) : super(key: key);