options property
getter/setter pair
Implementation
List<List<dynamic>> options = [
["Introduction", const LayoutIntroduction()],
["Buttons", const LayoutButtons()],
["Progress", const LayoutProgress()],
["Fields", const LayoutFields()],
["Pickers", const LayoutPickers()],
["Dialogs", const LayoutDialogs()],
["Utils", const LayoutUtils()],
];