DocumentMessageStyle constructor
const
DocumentMessageStyle({})
Implementation
const DocumentMessageStyle({
this.attachmentIconColor = Colors.white,
this.textStyle = const TextStyle(
color: Colors.white,
fontSize: 14,
),
this.copyIconColor = Colors.white70,
this.downloadIconColor = Colors.white,
});