buildUnKeyedChild abstract method

Widget buildUnKeyedChild(
  1. BuildContext context
)

Gets the child. Child gets wrapped in a KeyedSubtree in buildChild.

Implementation

Widget buildUnKeyedChild(BuildContext context);