ready method

FShadow ready()

Implementation

FShadow ready() => const 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(
        levels: [
          FFillElement(
            color: '000000',
            stop: 0,
          )
        ],
      ),
      opacity: FSize(size: '0', sizeTablet: '0', sizeDesktop: '0'),
    );