CodeConfig constructor

const CodeConfig({
  1. TextStyle style = const TextStyle(backgroundColor: Color(0xCCeff1f3)),
})

Implementation

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