clear constant

FShadow const clear

Implementation

static const FShadow clear = FShadow(
  x: StaticTypeInput<double>(value: 0, type: FGeneralTypeEnum.double),
  y: StaticTypeInput<double>(value: 0, type: FGeneralTypeEnum.double),
  spread: StaticTypeInput<double>(value: 0, type: FGeneralTypeEnum.double),
  blur: StaticTypeInput<double>(value: 16, type: FGeneralTypeEnum.double),
  fill: FFill(),
  opacity: FSize(
    size: '0',
    sizeTablet: '0',
    sizeDesktop: '0',
  ),
);