| 1 | pub trait AlignmentGeometry { |
| 2 | // Returns the sum of two AlignmentGeometry objects. |
| 3 | // add(AlignmentGeometry other) -> AlignmentGeometry |
| 4 | |
| 5 | // Convert this instance into an Alignment, which uses literal coordinates (the x coordinate being explicitly a distance from the left).// |
| 6 | // resolve(TextDirection? direction) -> Alignment |
| 7 | } |
| 8 | |
| 9 | pub struct NoneAlignmentGeometry; |
| 10 |
nothing calls this directly
no outgoing calls
no test coverage detected