FShadow constructor
const
FShadow({
- required FGeneralTypeInput x,
- required FGeneralTypeInput y,
- required FGeneralTypeInput spread,
- required FGeneralTypeInput blur,
- required FFill fill,
- 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,
});