createDecoratedBodyComponent abstract method

CreateWidget createDecoratedBodyComponent(
  1. AppModel app,
  2. BuildContext context,
  3. Key? originalBodyComponentKey,
  4. CreateWidget bodyComponent,
  5. BodyComponentModel model,
)

Implementation

CreateWidget createDecoratedBodyComponent(
    AppModel app,
    BuildContext context,
    Key? originalBodyComponentKey,
    CreateWidget bodyComponent,
    BodyComponentModel model);