📜  容器中的图像颤动 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:27.400000             🧑  作者: Mango

代码示例2
new Container(
  width: 100.00,
  height: 100.00,
  decoration: new BoxDecoration(
  image: new DecorationImage(
      image: ExactAssetImage('assets/example.png'),
      fit: BoxFit.fitHeight,
      ),
  ));