menu
takyeebbak
core/widgets/svg_component/svg_component.dart
SvgComponent
SvgComponent.new const constructor
SvgComponent.new
dark_mode
light_mode
SvgComponent
constructor
const
SvgComponent
(
{
required
String
svgPath
,
required
String
text
,
Key
?
key
,
})
Implementation
const SvgComponent({required this.svgPath, required this.text, super.key});
takyeebbak
svg_component
SvgComponent
SvgComponent.new const constructor
SvgComponent class