Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问光标和输入的rearing会往下偏移是咋回事呀! #3

Closed
shaohui93 opened this issue Jul 23, 2020 · 1 comment
Closed

Comments

@shaohui93
Copy link

这个是我的代码
FSearch(
controller: controller,
height: 30,
backgroundColor: Colours.bg_gray,
corner: FSearchCorner.all(14),
style: TextStyle(fontSize: 12.0, color: Colors.black),
margin: EdgeInsets.only(left: 12.0, right: 12.0),
hints: ["", ""],
hintStyle: TextStyle(fontSize: 12.0, color: Colors.black),
prefixes: [
const SizedBox(width: 15.0),
Icon(
Icons.search,
size: 18,
color: Colours.text_tab_black,
),
const SizedBox(width: 3.0)
],
onSearch: (value) {
setState(() {});
},
),

image

@chenBingX
Copy link
Member

这个问题已经在 1.0.1 版本中得到适配。
欢迎继续对 FWidget 保持关注。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants