Skip to content

Commit aeb01b8

Browse files
authored
Merge pull request #339 from Gaurav-Kushwaha-1225/feature/AmazingFeature
feat: Feature in which Floating Buttons like "New Tasks" and "Move to Top" not overlapping with Tasks Tiles
2 parents 0fdbdcc + 2fa5319 commit aeb01b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/buildTasks.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class _TasksBuilderState extends State<TasksBuilder> {
175175
)
176176
: ListView(
177177
controller: scrollController,
178-
padding: const EdgeInsets.symmetric(vertical: 4, horizontal: 2),
178+
padding: EdgeInsets.only(top: 4, left: 2, right: 2, bottom: MediaQuery.of(context).size.height * 0.1),
179179
children: [
180180
for (var task in widget.taskData)
181181
widget.pendingFilter

0 commit comments

Comments
 (0)