andyduke / styled_text_package

Text widget with formatted text using tags. Makes it easier to use formatted text in multilingual applications.
https://pub.dev/packages/styled_text
BSD 3-Clause "New" or "Revised" License
74 stars 48 forks source link

Cannot const-ify existing `StyledTextTagBase` subclass #79

Closed fingerart closed 3 weeks ago

fingerart commented 1 month ago
image
andyduke commented 3 weeks ago

You have a typo in the keyword "const".

fingerart commented 3 weeks ago

It is indeed spelled wrong, but I cannot add const to it, which makes it impossible to use enumeration to define it.