TermosNavBarEffects constructor

const TermosNavBarEffects({
  1. double glowColorMixWithWhite = 0.5,
  2. double dotGridPrimaryMixWithWhite = 0.5,
  3. double dotGridPrimaryAlphaLight = 0.5,
  4. double dotGridPrimaryAlphaDark = 1,
  5. double selectionAlphaLight = 0.35,
  6. double selectionAlphaDark = 0.25,
  7. double starfieldIntensityLight = 1.5,
  8. double starfieldIntensityDark = 1,
  9. double glowShellBaseOpacityLight = 0.1,
  10. double glowShellBaseOpacityDark = 0.05,
  11. int dotGridExpansionMs = 100,
  12. int dotGridDecayMs = 280,
})

Implementation

const TermosNavBarEffects({
  this.glowColorMixWithWhite = 0.5,
  this.dotGridPrimaryMixWithWhite = 0.5,
  this.dotGridPrimaryAlphaLight = 0.5,
  this.dotGridPrimaryAlphaDark = 1,
  this.selectionAlphaLight = 0.35,
  this.selectionAlphaDark = 0.25,
  this.starfieldIntensityLight = 1.5,
  this.starfieldIntensityDark = 1,
  this.glowShellBaseOpacityLight = 0.1,
  this.glowShellBaseOpacityDark = 0.05,
  this.dotGridExpansionMs = 100,
  this.dotGridDecayMs = 280,
});