flame-engine / flame

A Flutter based game engine.
https://flame-engine.org
MIT License
8.98k stars 879 forks source link

feat: Add missing background and foreground properties to InlineTextStyle #3187

Closed luanpotter closed 4 weeks ago

luanpotter commented 4 weeks ago

Description

Add missing background and foreground properties to InlineTextStyle.

Note that Flutter also exposes backgroundColor and foregroundColor as redundant helpers. I think for the sake of keeping things simpler on our end, in particular the merge logic, we can do away with those.

Checklist

Breaking Change?