StyleReceivedByMe constructor

const StyleReceivedByMe({
  1. TextStyle styleMessage = const TextStyle(fontSize: 20, color: Colors.black, fontWeight: FontWeight.normal),
  2. BoxDecoration? decoration,
})

Implementation

const StyleReceivedByMe(
    {this.styleMessage = const TextStyle(
      fontSize: 20,
      color: Colors.black,
      fontWeight: FontWeight.normal,
    ),
    this.decoration});