@@ -24,7 +24,7 @@ class WebsiteMenuBar extends StatelessWidget {
24
24
]),
25
25
padding: const EdgeInsets .symmetric (horizontal: 16 , vertical: 8 ),
26
26
child: Row (
27
- children: < Widget > [
27
+ children: [
28
28
const Padding (
29
29
padding: EdgeInsets .only (right: 16 ),
30
30
child: Icon (Icons .menu, color: textPrimary, size: 28 )),
@@ -483,7 +483,7 @@ class Features extends StatelessWidget {
483
483
rowFlex: 1 ,
484
484
rowFit: FlexFit .tight,
485
485
child: Column (
486
- children: < Widget > [
486
+ children: [
487
487
Padding (
488
488
padding: const EdgeInsets .only (bottom: 32 ),
489
489
child: buildMaterialIconCircle (
@@ -506,7 +506,7 @@ class Features extends StatelessWidget {
506
506
rowFlex: 1 ,
507
507
rowFit: FlexFit .tight,
508
508
child: Column (
509
- children: < Widget > [
509
+ children: [
510
510
Padding (
511
511
padding: const EdgeInsets .only (bottom: 32 ),
512
512
child:
@@ -529,7 +529,7 @@ class Features extends StatelessWidget {
529
529
rowFlex: 1 ,
530
530
rowFit: FlexFit .tight,
531
531
child: Column (
532
- children: < Widget > [
532
+ children: [
533
533
Padding (
534
534
padding: const EdgeInsets .only (bottom: 32 ),
535
535
child: buildMaterialIconCircle (
@@ -648,7 +648,7 @@ class _FastDevelopmentState extends State<FastDevelopment> {
648
648
child: Column (
649
649
mainAxisSize: MainAxisSize .min,
650
650
crossAxisAlignment: CrossAxisAlignment .start,
651
- children: < Widget > [
651
+ children: [
652
652
Padding (
653
653
padding: const EdgeInsets .only (bottom: 16 ),
654
654
child: buildMaterialIconCircle (
@@ -753,7 +753,7 @@ class _BeautifulUIState extends State<BeautifulUI> {
753
753
child: Column (
754
754
mainAxisSize: MainAxisSize .min,
755
755
crossAxisAlignment: CrossAxisAlignment .start,
756
- children: < Widget > [
756
+ children: [
757
757
Padding (
758
758
padding: const EdgeInsets .only (bottom: 16 ),
759
759
child: buildMaterialIconCircle (
@@ -894,7 +894,7 @@ class _NativePerformanceState extends State<NativePerformance> {
894
894
child: Column (
895
895
mainAxisSize: MainAxisSize .min,
896
896
crossAxisAlignment: CrossAxisAlignment .start,
897
- children: < Widget > [
897
+ children: [
898
898
Padding (
899
899
padding: const EdgeInsets .only (bottom: 16 ),
900
900
child: buildMaterialIconCircle (
@@ -1008,7 +1008,7 @@ class _LearnFromDevelopersState extends State<LearnFromDevelopers> {
1008
1008
child: Column (
1009
1009
mainAxisSize: MainAxisSize .min,
1010
1010
crossAxisAlignment: CrossAxisAlignment .start,
1011
- children: < Widget > [
1011
+ children: [
1012
1012
const Padding (
1013
1013
padding: EdgeInsets .only (bottom: 32 ),
1014
1014
child:
@@ -1093,7 +1093,7 @@ class WhoUsesFlutter extends StatelessWidget {
1093
1093
child: Column (
1094
1094
mainAxisSize: MainAxisSize .min,
1095
1095
crossAxisAlignment: CrossAxisAlignment .start,
1096
- children: < Widget > [
1096
+ children: [
1097
1097
const Padding (
1098
1098
padding: EdgeInsets .only (bottom: 16 ),
1099
1099
child:
@@ -1193,7 +1193,7 @@ class FlutterNewsCard extends StatelessWidget {
1193
1193
border: Border .all (color: border)),
1194
1194
child: Column (
1195
1195
crossAxisAlignment: CrossAxisAlignment .start,
1196
- children: < Widget > [
1196
+ children: [
1197
1197
Container (
1198
1198
constraints: const BoxConstraints (maxHeight: 400 ),
1199
1199
child: Image .asset (imagePath, fit: BoxFit .fitWidth),
@@ -1202,7 +1202,7 @@ class FlutterNewsCard extends StatelessWidget {
1202
1202
padding: const EdgeInsets .fromLTRB (40 , 40 , 40 , 40 ),
1203
1203
child: Column (
1204
1204
crossAxisAlignment: CrossAxisAlignment .start,
1205
- children: < Widget > [
1205
+ children: [
1206
1206
Padding (
1207
1207
padding: const EdgeInsets .only (bottom: 16 ),
1208
1208
child: Text ("News" ,
@@ -1490,7 +1490,7 @@ class Footer extends StatelessWidget {
1490
1490
columnFit: FlexFit .loose,
1491
1491
child: Column (
1492
1492
crossAxisAlignment: CrossAxisAlignment .start,
1493
- children: < Widget > [
1493
+ children: [
1494
1494
RichText (
1495
1495
textAlign: TextAlign .left,
1496
1496
text: TextSpan (
0 commit comments