ExcerptText<T extends Object> constructor
const
ExcerptText<T extends Object> ({})
Implementation
const ExcerptText({
required this.text,
required this.textStyle,
this.maxLength = 100,
this.onMoreTap,
super.key,
});