Skip to content

Commit 180028d

Browse files
author
nathannewyen
committed
style: apply dart format to subtitle text color changes
1 parent c12d5bf commit 180028d

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

lib/src/cupertino/cupertino_controls.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,7 @@ class _CupertinoControlsState extends State<CupertinoControls>
222222
),
223223
child: Text(
224224
currentSubtitle.first!.text.toString(),
225-
style: const TextStyle(
226-
fontSize: 18,
227-
color: Colors.white,
228-
),
225+
style: const TextStyle(fontSize: 18, color: Colors.white),
229226
textAlign: TextAlign.center,
230227
),
231228
),

lib/src/material/material_controls.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,7 @@ class _MaterialControlsState extends State<MaterialControls>
234234
),
235235
child: Text(
236236
currentSubtitle.first!.text.toString(),
237-
style: const TextStyle(
238-
fontSize: 18,
239-
color: Colors.white,
240-
),
237+
style: const TextStyle(fontSize: 18, color: Colors.white),
241238
textAlign: TextAlign.center,
242239
),
243240
),

lib/src/material/material_desktop_controls.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,7 @@ class _MaterialDesktopControlsState extends State<MaterialDesktopControls>
247247
),
248248
child: Text(
249249
currentSubtitle.first!.text.toString(),
250-
style: const TextStyle(
251-
fontSize: 18,
252-
color: Colors.white,
253-
),
250+
style: const TextStyle(fontSize: 18, color: Colors.white),
254251
textAlign: TextAlign.center,
255252
),
256253
),

0 commit comments

Comments
 (0)