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
2021-06-19 07:39:52 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
191b7eeb0c26b941fe1bae1f246a7d16780af9ca
191b7eeb
1 parent
04f99856
Update dart format
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
pdf/lib/src/widgets/chart/grid_cartesian.dart
pdf/lib/src/widgets/flex.dart
pdf/lib/src/widgets/forms.dart
pdf/lib/src/widgets/widget.dart
pdf/lib/src/widgets/chart/grid_cartesian.dart
View file @
191b7ee
...
...
@@ -28,7 +28,7 @@ class CartesianGrid extends ChartGrid {
CartesianGrid
({
required
GridAxis
xAxis
,
required
GridAxis
yAxis
,
})
:
_xAxis
=
xAxis
..
direction
=
Axis
.
horizontal
,
})
:
_xAxis
=
xAxis
..
direction
=
Axis
.
horizontal
,
_yAxis
=
yAxis
..
direction
=
Axis
.
vertical
;
final
GridAxis
_xAxis
;
...
...
pdf/lib/src/widgets/flex.dart
View file @
191b7ee
...
...
@@ -608,7 +608,7 @@ class ListView extends StatelessWidget {
this
.
padding
,
required
this
.
itemBuilder
,
required
this
.
itemCount
,
})
:
children
=
null
,
})
:
children
=
null
,
separatorBuilder
=
null
,
super
();
...
...
@@ -619,7 +619,7 @@ class ListView extends StatelessWidget {
required
this
.
itemBuilder
,
required
this
.
separatorBuilder
,
required
this
.
itemCount
,
})
:
children
=
null
,
})
:
children
=
null
,
spacing
=
null
,
super
();
...
...
pdf/lib/src/widgets/forms.dart
View file @
191b7ee
...
...
@@ -106,7 +106,7 @@ class FlatButton extends SingleChildWidget {
this
.
flags
,
required
Widget
child
,
required
this
.
name
,
})
:
_childDown
=
Container
(
})
:
_childDown
=
Container
(
child:
DefaultTextStyle
(
style:
TextStyle
(
color:
textColor
),
child:
child
,
...
...
pdf/lib/src/widgets/widget.dart
View file @
191b7ee
...
...
@@ -46,7 +46,7 @@ class Context {
PdfPage
?
page
,
PdfGraphics
?
canvas
,
required
HashMap
<
Type
,
Inherited
>
inherited
,
})
:
_page
=
page
,
})
:
_page
=
page
,
_canvas
=
canvas
,
_inherited
=
inherited
;
...
...
Please
register
or
login
to post a comment