BoxAlignmentGeometry.absolute constructor
const
BoxAlignmentGeometry.absolute(
- double value
Creates an absolute alignment with a custom value. The value represents the absolute position regardless of text direction.
Implementation
const factory BoxAlignmentGeometry.absolute(double value) = BoxAlignment;