TextDropStyle constructor
const
TextDropStyle({
- int? maxLines,
- TextOverflow overflow = TextOverflow.ellipsis,
- FontWeight fontWeight = FontWeight.w500,
- double fontSize = 14,
- Color? textColor,
Implementation
const TextDropStyle({
this.maxLines,
this.overflow = TextOverflow.ellipsis,
this.fontWeight = FontWeight.w500,
this.fontSize = 14,
this.textColor,
});