BoxAlignmentGeometry.absolute constructor

const BoxAlignmentGeometry.absolute(
  1. 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;