OutlinerConfig constructor

const OutlinerConfig({
  1. bool keyboardShortcutsEnabled = true,
  2. BlockStyle blockStyle = const BlockStyle(),
  3. EdgeInsets padding = const EdgeInsets.all(16),
})

Implementation

const OutlinerConfig({
  this.keyboardShortcutsEnabled = true,
  this.blockStyle = const BlockStyle(),
  this.padding = const EdgeInsets.all(16),
});