We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915a6c4 commit 8343252Copy full SHA for 8343252
.github/workflows/pr_thanks_action.yaml
@@ -7,7 +7,7 @@ on:
7
8
permissions:
9
pull-requests: write
10
-#asdfasdf
+#asdfa
11
jobs:
12
thank-author:
13
if: github.event.pull_request.merged == true
lib/box_decoration_border.dart
@@ -1,6 +1,11 @@
1
// import 'dart:math' as math;
2
// import 'package:flutter/material.dart';
3
//
4
+//
5
6
// class BoxDecorationBorder extends InputBorder {
// /// Creates an underline border for an [InputDecorator].
// ///
0 commit comments