Skip to content

Commit

Permalink
Merge pull request #339 from Gaurav-Kushwaha-1225/feature/AmazingFeature
Browse files Browse the repository at this point in the history
feat: Feature in which Floating Buttons like "New Tasks" and "Move to Top" not overlapping with Tasks Tiles
  • Loading branch information
Pavel401 authored May 16, 2024
2 parents 0fdbdcc + 2fa5319 commit aeb01b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/buildTasks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class _TasksBuilderState extends State<TasksBuilder> {
)
: ListView(
controller: scrollController,
padding: const EdgeInsets.symmetric(vertical: 4, horizontal: 2),
padding: EdgeInsets.only(top: 4, left: 2, right: 2, bottom: MediaQuery.of(context).size.height * 0.1),
children: [
for (var task in widget.taskData)
widget.pendingFilter
Expand Down

0 comments on commit aeb01b8

Please sign in to comment.