menu
turkey_license_plate_drawing package
documentation
Components/Svg.dart
Svg
Svg const constructor
Svg const constructor
dark_mode
light_mode
Svg
constructor
const
Svg
(
{
Key
?
key
,
double
?
size
,
Color
?
color
,
String
?
image
,
})
Implementation
const Svg({super.key, this.size, this.color, this.image});
turkey_license_plate_drawing package
documentation
Components/Svg
Svg
Svg const constructor
Svg class