1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Updates detail screen to new, modal design. (#40)

This commit is contained in:
Andrew Brogdon
2018-12-21 08:28:28 -08:00
committed by GitHub
parent bfb8b8aea9
commit 6ce0d22e9b
7 changed files with 198 additions and 63 deletions

View File

@@ -34,7 +34,7 @@ class SearchBar extends StatelessWidget {
color: Styles.searchIconColor,
),
Expanded(
child: EditableText(
child: CupertinoTextField(
controller: controller,
focusNode: focusNode,
style: Styles.searchText,