Open Issues Need Help
View All on GitHub About the style name prefix in the ToImportedIconProvider icon names about 2 months ago
AI Summary: Refactor the Toplo widget framework's icon import mechanism to eliminate the style name prefix from generated icon method names. This involves moving the generated icon methods from a generic `ToImportedIconProvider` class into style-specific subclasses (e.g., `ToMaterialDesignIconRoundStyle`), thereby removing the need for underscores in method names and improving code organization.
Complexity:
4/5
enhancement help wanted question