FShadow constructor

const FShadow({
  1. required FGeneralTypeInput x,
  2. required FGeneralTypeInput y,
  3. required FGeneralTypeInput spread,
  4. required FGeneralTypeInput blur,
  5. required FFill fill,
  6. required FSize opacity,
})

Set of funcs to use Shadow property in Teta

Implementation

const FShadow({
  required this.x,
  required this.y,
  required this.spread,
  required this.blur,
  required this.fill,
  required this.opacity,
});