targetAnchor property

  1. @TagNumber(10)
FFAlignment get targetAnchor

@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);
  1. @TagNumber(10)
set targetAnchor (FFAlignment value)

Implementation

@$pb.TagNumber(10)
set targetAnchor(FFAlignment value) => $_setField(10, value);