heightBehavior static method

Text heightBehavior(
  1. TextHeightBehavior textHeightBehavior
)

Implementation

static Text heightBehavior(TextHeightBehavior textHeightBehavior) =>
    Text("", textHeightBehavior: textHeightBehavior);