Component - Radio buttons
This UI component shows a group of radio buttons. Users can select only one option at a time. It is useful for choosing one item from a small list.
This UI component shows a group of radio buttons. Users can select only one option at a time. It is useful for choosing one item from a small list.
Scaffold
├─ AppBar
│ └─ Text
└─ Column
├─ ListTile
│ ├─ Radio
│ └─ Text
├─ ListTile
│ ├─ Radio
│ └─ Text
└─ ListTile
├─ Radio
└─ Text