textBaseline static method

Row textBaseline()

Implementation

static Row textBaseline() => Row(
      crossAxisAlignment: CrossAxisAlignment.baseline,
    );