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 dba3c47 commit fbdc6bbCopy full SHA for fbdc6bb
lib/main.dart
@@ -211,6 +211,7 @@ class _CupertinoSearchState extends fluent.State<CupertinoSearch> {
211
child: CustomScrollView(
212
slivers: [
213
CupertinoSliverNavigationBar(
214
+ border: Border.all(width: 0.0, color: Colors.transparent),
215
largeTitle: Text('Search'),
216
backgroundColor: Colors.white,
217
transitionBetweenRoutes: true,
0 commit comments