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:
@@ -34,7 +34,7 @@ class SearchBar extends StatelessWidget {
|
||||
color: Styles.searchIconColor,
|
||||
),
|
||||
Expanded(
|
||||
child: EditableText(
|
||||
child: CupertinoTextField(
|
||||
controller: controller,
|
||||
focusNode: focusNode,
|
||||
style: Styles.searchText,
|
||||
|
||||
Reference in New Issue
Block a user