insideMargin constant
EdgeInsets
const insideMargin
组件四周默认内边距,均为 16 逻辑像素。
Implementation
static const EdgeInsets insideMargin = EdgeInsets.all(16);
组件四周默认内边距,均为 16 逻辑像素。
static const EdgeInsets insideMargin = EdgeInsets.all(16);