assetDescriptorByName static method
- TimelineIconsDelegateMixin delegate,
- String name
override
Implementation
static AssetDescriptor? assetDescriptorByName(
TimelineIconsDelegateMixin delegate, String name) {
AssetDescriptor? descriptor;
switch (name) {}
return descriptor;
}