attachForm property

bool attachForm
final

Whether this form should be attached as a subform to any parent form that exists in scope, either parentForm or a provided Provider form that's in scope. Attaching to the parent form means that this form will validate and submit when the parent form submits.

Implementation

final bool attachForm;