Skip to content

Commit 8343252

Browse files
committed
33
1 parent 915a6c4 commit 8343252

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/pr_thanks_action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
permissions:
99
pull-requests: write
10-
#asdfasdf
10+
#asdfa
1111
jobs:
1212
thank-author:
1313
if: github.event.pull_request.merged == true

lib/box_decoration_border.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
// import 'dart:math' as math;
22
// import 'package:flutter/material.dart';
33
//
4+
//
5+
//
6+
//
7+
//
8+
//
49
// class BoxDecorationBorder extends InputBorder {
510
// /// Creates an underline border for an [InputDecorator].
611
// ///

0 commit comments

Comments
 (0)