Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit36f34ea

Browse files
committed
fix lint issues
1 parent0cbc98a commit36f34ea

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

‎example/lib/pages/home.dart‎

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -930,13 +930,15 @@ class _HomePageState extends State<HomePage> with TrayListener, WindowListener {
930930
// ],
931931
),
932932
child:Scaffold(
933-
appBar: _isFullScreen?null:PreferredSize(
934-
preferredSize:constSize.fromHeight(kWindowCaptionHeight),
935-
child:WindowCaption(
936-
brightness:Theme.of(context).brightness,
937-
title:constText('window_manager_example'),
938-
),
939-
),
933+
appBar: _isFullScreen
934+
?null
935+
:PreferredSize(
936+
preferredSize:constSize.fromHeight(kWindowCaptionHeight),
937+
child:WindowCaption(
938+
brightness:Theme.of(context).brightness,
939+
title:constText('window_manager_example'),
940+
),
941+
),
940942
body:Column(
941943
children: [
942944
GestureDetector(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp