Ошибка получения в строке с "child: Row (" в конце этого фрагмента кода, похоже, что я не должен получить его, так как контейнер имеет высоту = 88, ширину = 375, мысли?
Container(
height: 88,
width: 375,
child: Stack(
alignment: Alignment.bottomCenter,
children: [
Positioned(
bottom: -1,
child: Text(
" ",
textAlign: TextAlign.center,
style: TextStyle(
color: AppColors.primaryText,
fontFamily: "HK Grotesk",
fontWeight: FontWeight.w700,
fontSize: 24,
),
),
),
Positioned(
bottom: -1,
child: Image.asset(
"assets/images/logo.png",
fit: BoxFit.none,
),
),
Positioned(
left: 17,
right: 24,
bottom: 2,
child: Row(
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [