SnapMapSettings constructor

SnapMapSettings({
  1. String themeName = 'Ocean',
  2. String layout = 'radial',
  3. double textSize = 14.0,
  4. double branchThickness = 2.5,
  5. bool isCompact = false,
})

Implementation

SnapMapSettings({
  this.themeName = 'Ocean',
  this.layout = 'radial',
  this.textSize = 14.0,
  this.branchThickness = 2.5,
  this.isCompact = false,
});