ExpandableText constructor
const
ExpandableText({})
Implementation
const ExpandableText(
{Key? key,
required this.text,
this.maxLines = 1000000,
this.textStyle,
this.onExpanded,
this.color})
: super(key: key);