mirror of
https://github.com/flutter/samples.git
synced 2025-11-11 15:28:44 +00:00
Analysis options, fixes, and formatting (#110)
This commit is contained in:
@@ -75,9 +75,8 @@ class CategoryMenuPage extends StatelessWidget {
|
||||
padding: EdgeInsets.only(top: 40.0),
|
||||
color: kShrinePink100,
|
||||
child: ListView(
|
||||
children: _categories
|
||||
.map((Category c) => _buildCategory(c, context))
|
||||
.toList()),
|
||||
children: _categories.map((c) => _buildCategory(c, context)).toList(),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user