FShadow constructor
const
FShadow({})
Implementation
const FShadow({
this.highlightColor = FHighlightShadowColor,
this.highlightDistance = 3,
this.highlightBlur = 6,
this.highlightSpread = 1,
this.shadowColor = FDarkShadowColor,
this.shadowDistance = 3,
this.shadowBlur = 6,
this.shadowSpread = 1,
this.shadowOffset,
});