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 dfb0905 commit b876ecfCopy full SHA for b876ecf
bdk_demo/lib/main.dart
@@ -58,10 +58,7 @@ class _MyHomePageState extends State<MyHomePage> {
58
color: _success ? Colors.green : Colors.grey,
59
),
60
const SizedBox(height: 20),
61
- const Text(
62
- 'BDK Network Type:',
63
- style: TextStyle(fontSize: 20),
64
- ),
+ const Text('BDK Network Type:', style: TextStyle(fontSize: 20)),
65
Text(
66
_networkName,
67
style: Theme.of(context).textTheme.headlineMedium?.copyWith(
@@ -105,4 +102,4 @@ class _MyHomePageState extends State<MyHomePage> {
105
102
106
103
);
107
104
}
108
-}
+}
0 commit comments