Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2020-04-26 16:30:11 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
64302224d63729e16d8757f484fca64b062a7e2f
64302224
1 parent
f1c65d14
Add assert on GridView
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pdf/lib/widgets/grid_view.dart
pdf/lib/widgets/grid_view.dart
View file @
6430222
...
...
@@ -59,6 +59,7 @@ class GridView extends MultiChildWidget implements SpanningWidget {
this
.
childAspectRatio
=
double
.
infinity
,
List
<
Widget
>
children
=
const
<
Widget
>[]})
:
assert
(
padding
!=
null
),
assert
(
crossAxisCount
!=
null
),
super
(
children:
children
);
final
Axis
direction
;
...
...
Please
register
or
login
to post a comment