Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Вкажіть, який код визначає структуру віджетів, що зображений на рисунку:
Row( mainAxisAlignment: MainAxisAlignment.spaceEvenly, children: <Widget>[ Text( 'Info with ua.sinoptik.ua', style: TextStyle(fontSize: 15.0), ), Column( mainAxisSize: MainAxisSize.min, children: <Widget>[ Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.black), ], ), ], );
Column( mainAxisAlignment: MainAxisAlignment.spaceEvenly, children: <Widget>[ Text( 'Info with ua.sinoptik.ua', style: TextStyle(fontSize: 15.0), ), Column( mainAxisSize: MainAxisSize.min, children: <Widget>[ Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.black), ], ), ], );
Row( mainAxisAlignment: MainAxisAlignment.spaceEvenly, children: <Widget>[ Text( 'Info with ua.sinoptik.ua', style: TextStyle(fontSize: 15.0), ), Row( mainAxisSize: MainAxisSize.min, children: <Widget>[ Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), ], ), ], );
Row( mainAxisAlignment: MainAxisAlignment.spaceEvenly, children: <Widget>[ Text( 'Info with ua.sinoptik.ua', style: TextStyle(fontSize: 15.0), ), Row( mainAxisSize: MainAxisSize.min, children: <Widget>[ Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.black), ], ), ], );
Row( mainAxisAlignment: MainAxisAlignment.spaceEvenly, children: <Widget>[ Text( 'Info with ua.sinoptik.ua', style: TextStyle(fontSize: 15.0), ), Column( mainAxisSize: MainAxisSize.min, children: <Widget>[ Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), Icon(Icons.star, size: 15.0, color: Colors.yellow[600]), ], ), ], );
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!