Skip to content

Commit

Permalink
fix: flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Jan 26, 2022
1 parent c1a9701 commit 86b3751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/griddisplay/griddisplay.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ class GridDisplay<DataItem> extends StatelessWidget {
final List<DataItem> data;
final StyleSheet styleSheet;
final Map<Breakpoints, int> crossAxisCount;
final Map<Breakpoints, int> crossAxisSpacing;
final Map<Breakpoints, int> mainAxisSpacing;
final Map<Breakpoints, double> crossAxisSpacing;
final Map<Breakpoints, double> mainAxisSpacing;
final Widget Function(BuildContext, int, DataItem) itemBuilder;

BoxBaseStyles _boxStyles(
Expand Down

2 comments on commit 86b3751

@vercel
Copy link

@vercel vercel bot commented on 86b3751 Jan 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 86b3751 Jan 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.