Skip to content

Commit

Permalink
Adds text form field
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandrasekar Kuppusamy committed Jan 29, 2019
1 parent 9308ddf commit 61840b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -23,10 +23,10 @@
- [ConstrainedBox](#constrainedbox)
- [Stack](#stack)
- [Wrap](#wrap)

- [Material](#material)
- [Text](#text)
- [Icon](#icon)

- [Material](#material)
- [Button](#button)
- [Flat Button](#flat-button)
- [Raised Button](#raised-button)
Expand Down Expand Up @@ -425,8 +425,6 @@ Wrap(
],
)
```

# Material
## Text
<a href="https://imgur.com/yZPgBPy"><img src="https://imgur.com/yZPgBPy.png" title="source: imgur.com"></a>

Expand All @@ -448,6 +446,8 @@ new Text(
new Icon(Icons.flight_takeoff, color: Colors.blueAccent, size: 96.0),
```

# Material

## Button

### Flat Button
Expand Down

0 comments on commit 61840b2

Please sign in to comment.