StyleToStr static method
Implementation
static String StyleToStr(TBrushStyle style, [TLocale? locale]) =>
TLocaleSet.ValueByIdent(BrushStyles._items, style, locale) ?? style.name;
static String StyleToStr(TBrushStyle style, [TLocale? locale]) =>
TLocaleSet.ValueByIdent(BrushStyles._items, style, locale) ?? style.name;