primaryEndGeometry property

AlignmentGeometry? primaryEndGeometry
final

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

Implementation

final AlignmentGeometry? primaryEndGeometry;