1
0
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:
Brett Morgan
2019-11-22 11:12:35 +11:00
committed by GitHub
parent 28ec1b6f6c
commit 22f01ff4a6
47 changed files with 330 additions and 201 deletions

View File

@@ -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 = {