styles top-level constant

Map<String, List<Style>> const styles

Implementation

const styles = {
  'flourish': [
    Style(
      name: 'one',
      colors: [],
      stroke: null,
      background: null,
    )
  ]
};