justify property

Text get justify

Implementation

Text get justify {
  return copyWith(textAlign: TextAlign.justify);
}