align method

VRichText align(
  1. TextAlign a
)

Sets text alignment.

Implementation

VRichText align(TextAlign a) => VRichText(
  _children,
  align: a,
  textDirection: _textDirection,
  overflow: _overflow,
  maxLines: _maxLines,
  textHeightBehavior: _textHeightBehavior,
);