convert string to file flutter code example
Example: convert string to file flutter
Container(
decoration: BoxDecoration(
image: DecorationImage(
image: FileImage(File(path))
)
)
)
Container(
decoration: BoxDecoration(
image: DecorationImage(
image: FileImage(File(path))
)
)
)