defaultTextStyle property

DefaultTextStyle defaultTextStyle

Implementation

DefaultTextStyle get defaultTextStyle => DefaultTextStyle(
      key: Key('DefaultTextStyle$_key'),
      style: style!,
      textAlign: textAlign,
      softWrap: softWrap!,
      overflow: overflow!,
      maxLines: maxLines,
      textWidthBasis: textWidthBasis!,
      textHeightBehavior: textHeightBehavior,
      child: child ?? text,
    );