StyleSentByMe constructor
const
StyleSentByMe({
- TextStyle styleMessage = const TextStyle(fontSize: 20, color: Colors.black, fontWeight: FontWeight.normal),
- BoxDecoration? decoration,
Implementation
const StyleSentByMe(
{this.styleMessage = const TextStyle(
fontSize: 20,
color: Colors.black,
fontWeight: FontWeight.normal,
),
this.decoration});