Radio button widget in flutter | flutter Widgets (Part 13)

Опубликовано: 26 Сентябрь 2022
на канале: CodingMiles
152
0

adio button is also known as the options button which holds the Boolean value. It allows the user to choose only one option from a predefined set of options. This feature makes it different from a checkbox where we can select more than one option and the unselected state to be restored.
in this series we see some most useful flutter widgets that help you in flutter application development.