height static method

TextStyle height(
  1. double height
)

Implementation

static TextStyle height(double height) => TextStyle(height: height);