DisplayName constructor
const
DisplayName({
- Key? key,
- required User user,
- int maxLines = 1,
- TextOverflow? overflow,
- int length = 6,
Implementation
const DisplayName({
super.key,
required this.user,
this.maxLines = 1,
this.overflow,
this.length = 6,
});