Builds this element's child widget list.
@override List<Widget> build() { final built = state.build(context); return [built]; }