menu
zkform package
documentation
components/Svg.dart
SvgComponent
SvgComponent.new constructor
SvgComponent.new constructor
dark_mode
light_mode
SvgComponent
constructor
SvgComponent
(
{
required
String
url
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
SvgComponent({required this.url, this.color, this.width, this.height});
zkform package
documentation
components/Svg
SvgComponent
SvgComponent.new constructor
SvgComponent class