FlexOptions constructor

const FlexOptions({
  1. bool showOverlay = false,
  2. bool showMargins = false,
  3. bool showColumns = true,
  4. bool showModules = false,
  5. bool showBaselines = false,
  6. FlexOverlayStyle style = const FlexOverlayStyle(),
})

Implementation

const FlexOptions({
  this.showOverlay = false,
  this.showMargins = false,
  this.showColumns = true,
  this.showModules = false,
  this.showBaselines = false,
  this.style = const FlexOverlayStyle(),
});