CommonFinderExt extension

Extension on common finder to have native feeling

on

Methods

svg(BytesLoader svg, {bool skipOffstage = true}) Finder
Finds SvgPicture widgets containing svg equal to the svg argument.
svgAssetWithPath(String path, {bool skipOffstage = true}) Finder
Finds widgets created by SvgPicture.asset with the path argument.
svgFileWithPath(String path, {bool skipOffstage = true}) Finder
Finds widgets created by SvgPicture.file with the path argument.
svgMemoryWithBytes(Uint8List bytes, {bool skipOffstage = true}) Finder
Finds widgets created by SvgPicture.memory with the bytes argument.
svgNetworkWithUrl(String url, {bool skipOffstage = true}) Finder
Finds widgets created by SvgPicture.network with the url argument.