height method

AzText height(
  1. double height
)

Implementation

AzText height(double height) {
  _height = height;
  return this;
}