StyleConfig constructor

const StyleConfig({
  1. bool enabled = true,
  2. bool shouldExpand = true,
  3. bool shouldDecorate = true,
})

Implementation

const StyleConfig({this.enabled = true, this.shouldExpand = true, this.shouldDecorate = true});