ReadMoreContainer constructor
const
ReadMoreContainer({})
Implementation
const ReadMoreContainer({
this.text = '',
this.trimLines = 5,
this.fontSize = 16,
this.padding = 10,
this.letterSpacing = 0.5,
this.color,
this.isCollapsed = true,
super.key
});