mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Removed redundant "const" and "new" assignments & Formatted code. (#58)
This commit is contained in:
committed by
Andrew Brogdon
parent
be35972637
commit
8fe2999ee8
@@ -118,7 +118,7 @@ abstract class Styles {
|
||||
Season.autumn: Color(0xff724913),
|
||||
};
|
||||
|
||||
static const seasonBorder = const Border(
|
||||
static const seasonBorder = Border(
|
||||
top: BorderSide(color: Color(0xff606060)),
|
||||
left: BorderSide(color: Color(0xff606060)),
|
||||
bottom: BorderSide(color: Color(0xff606060)),
|
||||
|
||||
Reference in New Issue
Block a user