CubeSettings constructor

const CubeSettings({
  1. bool enabled = true,
  2. String? configPath,
})

Creates settings.

Implementation

const CubeSettings({this.enabled = true, this.configPath});