-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/#359 update debug screen #360
Feature/#359 update debug screen #360
Conversation
lib/widget/debug/debug_row_item.dart
Outdated
Container(height: 4), | ||
return DataProviderWidget( | ||
childBuilderTheme: (context, theme) { | ||
return TouchFeedBack( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
arrow func
lib/widget/debug/debug_section.dart
Outdated
final isLast = index == children.length - 1; | ||
return [ | ||
child, | ||
if (!isLast) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...[]
activeColor: theme.accent, | ||
inactiveTrackColor: theme.disabled, | ||
), | ||
childBuilderTheme: (context, theme) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
arrow func
fixes #359