无法在脚手架小部件Flutter上使用颜色阴影

时间:2020-04-08 12:09:46

标签: flutter

我正在尝试为脚手架小部件设置颜色阴影,但出现此错误。

未为“颜色”类定义运算符“ []”。 尝试定义运算符'[]'。

在我以前的项目中,我没有这个问题。 有人知道我在做什么错吗?

使用的代码:

class App extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Scaffold(
      backgroundColor: Colors.black[900],
      appBar: AppBar(
        title: Text('My App'),
        centerTitle: true,
      ),
    );
  }
}

1 个答案:

答案 0 :(得分:1)

margin-left没有黑色阴影(也许您在以前的项目中使用了其他颜色),可以使用灰色

5px

或其他任何黑色阴影,例如:

margin-right: 5px; margin-left: 0;或什至$("#div1").animate({ scrollTop: $('#div1').prop("scrollHeight")}, 1000); (如果适合您)。