radio_group library

A moderately cheezy implementation of a radio group. Dart's built-in RadioListTile was unattractive in my usage. It added too much whitespace, and I didn't find a way to align a column of them along the right side of the display. Also, RadioListTile doesn't make the whitespace to the right of the shorter text entries clickable.

Classes

RadioGroup<E>
A group of RadioListTile widgets presenting a choice represented by an enum type E. It works fine with non-enum types too. For example, a RadioGroup