TermosNavBarEffects constructor
const
TermosNavBarEffects({
- double glowColorMixWithWhite = 0.5,
- double dotGridPrimaryMixWithWhite = 0.5,
- double dotGridPrimaryAlphaLight = 0.5,
- double dotGridPrimaryAlphaDark = 1,
- double selectionAlphaLight = 0.35,
- double selectionAlphaDark = 0.25,
- double starfieldIntensityLight = 1.5,
- double starfieldIntensityDark = 1,
- double glowShellBaseOpacityLight = 0.1,
- double glowShellBaseOpacityDark = 0.05,
- int dotGridExpansionMs = 100,
- 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,
});