MessageContainer constructor
const
MessageContainer({})
Implementation
const MessageContainer(
{Key? key,
this.message = '',
this.style = const TextStyle(
fontSize: 12.0,
color: Colors.black,
)})
: super(key: key);