Skip to content

Commit

Permalink
doc: update docs/flutter.md (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwxingzhe committed Apr 3, 2023
1 parent 1d607ed commit e6f011d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/flutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,10 @@ Flex 的用法与 `Row` 或 `Column` 类似,但只需要额外传入 `directio
```dart
Flex(
direction: Axis.vertiacl,
children[
Fluterlogo(),
Fluterlogo(),
Fluterlogo(),
children: [
FlutterLogo(),
FlutterLogo(),
FlutterLogo(),
],
),
```
Expand All @@ -628,11 +628,11 @@ Flex(

```dart
Flex(
dirction: Axis.horizontal,
direction: Axis.horizontal,
children: [
Flutterlogo(),
Flutterlogo(),
Flutterlogo(),
FlutterLogo(),
FlutterLogo(),
FlutterLogo(),
],
),
```
Expand Down

0 comments on commit e6f011d

Please sign in to comment.