ResponsiveText constructor
const
ResponsiveText(
- String text, {
- Key? key,
- double fontSize = 14,
- TextAlign? textAlign,
- Color? color,
- FontWeight? fontWeight,
- TextOverflow? overflow,
- int? maxLines,
- TextStyle? textStyle,
- MaterialState? materialState,
- bool? softWrap,
Implementation
const ResponsiveText(
this.text, {
Key? key,
this.fontSize = 14,
this.textAlign,
this.color,
this.fontWeight,
this.overflow,
this.maxLines,
this.textStyle,
this.materialState,
this.softWrap,
}) : super(key: key);