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

hints设置一个 不显示,圆角设置了所有但是左上角的没有圆角 #9

Open
CoderWeiLee opened this issue Aug 23, 2022 · 0 comments

Comments

@CoderWeiLee
Copy link

CoderWeiLee commented Aug 23, 2022

FSearch(
                  corner: FSearchCorner(
                      leftTopCorner: 18,
                      leftBottomCorner: 18,
                      rightTopCorner: 18,
                      rightBottomCorner: 18),
                  cornerStyle: FSearchCornerStyle.round,
                  strokeColor: Colors.blue,
                  center: true,
                  hints: ["请输入讲师姓名搜索"],
                  // hintPrefix: Icon(Icons.search),
                  width: width - 80,
                  height: 36,
                  backgroundColor: ColorUtil.fromHex("#F4F5F6"),
                  hintStyle: TextStyle(fontSize: 14),
                )
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

1 participant