buildContent method

Widget? buildContent(
  1. BuildContext context
)

Optionally builds the Widget whose size determines the size of the SceneElement.

Implementation

Widget? buildContent(BuildContext context) => null;