menu
gtd_helper package
documentation
helper/custom_ui/gtd_gradient_icon.dart
GtdGradientIcon
GtdGradientIcon.new const constructor
GtdGradientIcon.new const constructor
dark_mode
light_mode
GtdGradientIcon
constructor
const
GtdGradientIcon
(
{
required
IconData
icon
,
double
?
size
,
required
Gradient
gradient
,
Key
?
key
,
})
Implementation
const GtdGradientIcon({required this.icon, this.size, required this.gradient, super.key});
gtd_helper package
documentation
helper/custom_ui/gtd_gradient_icon
GtdGradientIcon
GtdGradientIcon.new const constructor
GtdGradientIcon class