CodeConfig constructor
const
CodeConfig({
- TextStyle style = const TextStyle(backgroundColor: Color(0xCCeff1f3)),
Implementation
const CodeConfig(
{this.style = const TextStyle(backgroundColor: Color(0xCCeff1f3))});