HorizontalAlignment constructor

const HorizontalAlignment(
  1. int rawValue
)

Creates a HorizontalAlignment with the given integer representation.

Implementation

const HorizontalAlignment(this.rawValue);