RupeeIcon constructor
const
RupeeIcon({})
Implementation
const RupeeIcon({
Key? key,
required this.size,
this.textColor = Colors.white,
this.gradient = const LinearGradient(
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
colors: [Color(0xFFFFE68C), Color(0xFFF99233)],
),
}) : super(key: key);