ReadyReadMoreText constructor
const
ReadyReadMoreText({})
Implementation
const ReadyReadMoreText({
super.key,
required this.text,
this.textStyle,
this.moreLessStyle,
this.trimLines = 2,
this.trimLength = 100,
this.trimMode = TrimMode.line,
this.readMoreText = ' Read more',
this.readLessText = ' Read less',
});