mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Analysis options uplift to 1.8 (#169)
This commit is contained in:
@@ -194,10 +194,10 @@ abstract class Styles {
|
||||
// While handy, some of the Font Awesome icons sometimes bleed over their
|
||||
// allotted bounds. This padding is used to adjust for that.
|
||||
static const seasonIconPadding = {
|
||||
Season.winter: const EdgeInsets.only(right: 0),
|
||||
Season.spring: const EdgeInsets.only(right: 4),
|
||||
Season.summer: const EdgeInsets.only(right: 6),
|
||||
Season.autumn: const EdgeInsets.only(right: 0),
|
||||
Season.winter: EdgeInsets.only(right: 0),
|
||||
Season.spring: EdgeInsets.only(right: 4),
|
||||
Season.summer: EdgeInsets.only(right: 6),
|
||||
Season.autumn: EdgeInsets.only(right: 0),
|
||||
};
|
||||
|
||||
static const seasonIconData = {
|
||||
|
||||
Reference in New Issue
Block a user