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