Commit 515976e2 by Rizal Hermawan

update container height

parent 622874e0
<?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ProjectType"> <component name="ProjectType">
<option name="id" value="io.flutter" /> <option name="id" value="io.flutter" />
......
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>
\ No newline at end of file
...@@ -130,8 +130,6 @@ class _AnimSearchBarState extends State<AnimSearchBar> ...@@ -130,8 +130,6 @@ class _AnimSearchBarState extends State<AnimSearchBar>
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return Container( return Container(
height: 100.0,
///if the rtl is true, search bar will be from right to left ///if the rtl is true, search bar will be from right to left
alignment: widget.rtl ? Alignment.centerRight : Alignment(-1.0, 0.0), alignment: widget.rtl ? Alignment.centerRight : Alignment(-1.0, 0.0),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment