setHorizontalAlignment method
CNode
setHorizontalAlignment(
- ResponsiveAlignment value
inherited
Implementation
CNode setHorizontalAlignment(ResponsiveAlignment value) => copyWith(
rectProperties: getRectProperties.copyWith(horizontalAlign: value));