build method

Widget build()

Implementation

Widget build() {
  if (_lastChild == null) {
    _lastChild = rebuild();
  }
  return _lastChild!;
}