linkForm method

Widget linkForm(
  1. Widget child
)

Implementation

Widget linkForm(Widget child) => _ChildForm<T>(parent: this, child: child);