Skip to content

Commit c355a6f

Browse files
authored
Update README.md
Corrects docs for #9
1 parent c6b4310 commit c355a6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Platform widgets use their material or cupertino equivalent based on the chosen
2323
* `PlatformFilledButtonIcon` uses an `ElevatedButton.filled` on material and a `CupertinoButton.filled` on cupertino
2424
* `DensePlatformIconButton` replaces the material `IconButton`
2525
* `PlatformInkWell` is a rectangular area of a that responds to touch and is based either on `InkWell` or on `CupertinoInkWell`
26-
* `PlatformListTile` provides either a `ListTile` or a `CupertinoListTile`
2726
* `PlatformPageScaffold` provides a `PlatformScaffold` with the additional option to define a bottom bar.
2827
* `PlatformPopupButton` uses an action sheet on cupertino and a popup button on material.
2928
* `PlatformProgressIndicator` uses a `CircularProgressIndicator` on material and a `CupertinoActivityIndicator` on cupertino

0 commit comments

Comments
 (0)