gpt4 book ai didi

flutter - 未定义名称 'Colors' 。在 Flutter 中使用 TextStyle 类时

转载 作者:行者123 更新时间:2023-12-03 02:56:11 28 4
gpt4 key购买 nike

我是 flutter 新手,我收到错误未定义名称“颜色”。使用颜色时。在 TextStyle 类中

Widget nameCode() => Expanded(
flex: 1,
child: Center(
child: Text(
'GAIN',
style: TextStyle(
color: Colors.blue),
),
),
);

Error shows in IDE

最佳答案

请确保您已包含:

import 'package:flutter/material.dart';

关于flutter - 未定义名称 'Colors' 。在 Flutter 中使用 TextStyle 类时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58281721/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com