menu
forui package
documentation
assets.dart
SvgAsset
SvgAsset const constructor
SvgAsset const constructor
dark_mode
light_mode
SvgAsset
constructor
const
SvgAsset
(
String
?
package
,
String
key
,
String
path
)
Creates a
SvgAsset
.
Implementation
const SvgAsset(super.package, super.key, super.path);
forui package
documentation
assets
SvgAsset
SvgAsset const constructor
SvgAsset class