primaryBeginGeometry property

AlignmentGeometry? primaryBeginGeometry
final

Alternatively you can use primaryBeginGeometry over primaryBegin for better control over alignments These are really useful for when you are builing an rtl app. primaryBeginGeometry will have higher priority than primaryBegin

Implementation

final AlignmentGeometry? primaryBeginGeometry;