StyleConfig.disabled constructor

StyleConfig.disabled({
  1. bool shouldExpand = true,
})

Implementation

factory StyleConfig.disabled({bool shouldExpand = true}) =>
    StyleConfig(enabled: false, shouldExpand: shouldExpand, shouldDecorate: false);