Skip to content

Commit

Permalink
add new list tile widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed May 21, 2024
1 parent 766db5d commit 09a2f09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ Card(

![](./example/supplemental/mongol_list_tile.gif)

As visible in the image above, in addition to `MongolListTile`, there is also:

- `MongolCheckboxListTile`
- `MongolRadioListTile`
- `MongolSwitchListTile`

## Menus

To add a popup menu with horizontal items, you can use `MongolPopupMenuButton`. It is customizable in all the ways that the standard `PopupMenuButton` is.
Expand Down

0 comments on commit 09a2f09

Please sign in to comment.