Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaVerbeeck committed Nov 12, 2021
1 parent 4266dc3 commit 761618f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lib/src/widget/touch_feedback/touch_feedback.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ class TouchFeedBackIOS extends StatefulWidget {
final ShapeBorder? shapeBorder;
final double elevation;

const TouchFeedBackIOS(
{required this.child,
required this.onClick,
this.borderRadius,
this.color = Colors.transparent,
this.shapeBorder,
this.elevation = 0,
Key? key})
: super(key: key);
const TouchFeedBackIOS({
required this.child,
required this.onClick,
this.borderRadius,
this.color = Colors.transparent,
this.shapeBorder,
this.elevation = 0,
Key? key,
}) : super(key: key);

@override
_TouchFeedBackIOSState createState() => _TouchFeedBackIOSState();
Expand Down

0 comments on commit 761618f

Please sign in to comment.