DefaultTextStyle constructor
DefaultTextStyle({})
Implementation
DefaultTextStyle({
required this.style,
required this.child,
this.textAlign,
this.softWrap = true,
this.overflow,
this.maxLines,
}) : assert(maxLines == null || maxLines > 0);