CodexStylesheet constructor

const CodexStylesheet({
  1. CodexAccent accent = CodexAccent.green,
})

Implementation

const CodexStylesheet({this.accent = CodexAccent.green});