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 cea5202 commit 8cf509bCopy full SHA for 8cf509b
1 file changed
lib/view/instruments_screen.dart
@@ -84,7 +84,8 @@ class _InstrumentsScreenState extends State<InstrumentsScreen> {
84
child: Column(
85
children: <Widget>[
86
Padding(
87
- padding: const EdgeInsets.symmetric(vertical: 8.0,horizontal: 16.0),
+ padding:
88
+ const EdgeInsets.symmetric(vertical: 8.0, horizontal: 16.0),
89
child: Container(
90
decoration: BoxDecoration(
91
borderRadius: BorderRadius.circular(30.0),
0 commit comments