build method

  1. @override
FlameWidget build(
  1. BuildContext context
)
override

Return widgets here that should be drawn as child(ren) of this widget You should also update the child(ren) and call the render of the child(ren)

Implementation

@override
FlameWidget build(BuildContext context) => _build(context);