childAlignment property
@doc Describes how to align the child widget within the container.
Implementation
@$pb.TagNumber(3)
FFAlignment get childAlignment => $_getN(2);
Implementation
@$pb.TagNumber(3)
set childAlignment(FFAlignment value) => $_setField(3, value);