Код: Выделить всё
Invalid context for 'super' invocation.Код: Выделить всё
@override
void initState() {
super.initState();
}
Widget Dashboard() {
return SafeArea(
child: Column(
children: [
Text("1")
Text("2")
],
),
);
}
Подробнее здесь: https://stackoverflow.com/questions/785 ... invocation
Мобильная версия