QudsIconWithShadow constructor
const
QudsIconWithShadow({})
Create an instance of QudsIconWithShadow.
Implementation
const QudsIconWithShadow(
{Key? key,
required this.iconData,
this.size,
this.color,
this.shadowColor,
this.textDirection,
this.offset})
: super(key: key);