作者热门文章
- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
InputDecoration
带有预定的 contentPadding
,如果我只想将 InputDecoration
的内容向左移动一点,我将不得不覆盖内部 contentPadding
。
有没有办法让我找出 InputDecoration
contentPadding
的值是多少?我尝试了 Flutter Inspector,但我根本看不到任何东西。
最佳答案
您始终可以检查文件源的值 - input_decorator.dart
关于flutter - 如何找到 InputDecoration 的 contentPadding?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54899564/
我想在我的支持卡片 View 中添加一个 contentPadding。此填充在 4.4 设备上计算正确,但在 4.1.2 设备上 contentpadding 不起作用。 build.gradle:
InputDecoration 带有预定的 contentPadding,如果我只想将 InputDecoration 的内容向左移动一点,我将不得不覆盖内部 contentPadding。 有没有办
我是一名优秀的程序员,十分优秀!