alignment property
final
A value between -1.0 and 1.0 that defines how edges for which size is less than 1.0 are aligned relative to the corresponding box edge.
- -1.0, aligned in the "start" direction. That's left for TextDirection.ltr and right for TextDirection.rtl.
- 0.0, centered.
- 1.0, aligned in the "end" direction. That's right for TextDirection.ltr and left for TextDirection.rtl.
Implementation
final double alignment;