targetAnchor property
@doc Alignment of the target widget which the dialog should align its own @doc alignment with.
Implementation
@$pb.TagNumber(10)
FFAlignment get targetAnchor => $_getN(9);
Implementation
@$pb.TagNumber(10)
set targetAnchor(FFAlignment value) => $_setField(10, value);