For a bit of retro fun, I created an AText widget that paints a text using a crisp pixel font without antialiasing, something Text isn't capable of. Here's the API:
class AText(
final String data, {
final TextStyle? style,
})
For compatibility, I support a TextStyle but ignore everything but the color property. The font has a width and height of 8 pixels.