const DefaultTextStyle.fallback()

A const-constructible default text style that provides fallback values.

Returned from of when the given BuildContext doesn't have an enclosing default text style.

Source

const DefaultTextStyle.fallback()
  : style = const TextStyle(),
    textAlign = null,
    softWrap = true,
    overflow = TextOverflow.clip;