| Index: sky/sdk/lib/painting/text_style.dart
|
| diff --git a/sky/sdk/lib/painting/text_style.dart b/sky/sdk/lib/painting/text_style.dart
|
| index d45929991b6007fb77c11a8b16e15cd62d4e933e..0efc55110c35c22a16b8b18996b167a67adb9c3d 100644
|
| --- a/sky/sdk/lib/painting/text_style.dart
|
| +++ b/sky/sdk/lib/painting/text_style.dart
|
| @@ -16,15 +16,8 @@ enum FontWeight {
|
| w900
|
| }
|
|
|
| -const thin = FontWeight.w100;
|
| -const extraLight = FontWeight.w200;
|
| -const light = FontWeight.w300;
|
| const normal = FontWeight.w400;
|
| -const medium = FontWeight.w500;
|
| -const semiBold = FontWeight.w600;
|
| const bold = FontWeight.w700;
|
| -const extraBold = FontWeight.w800;
|
| -const black = FontWeight.w900;
|
|
|
| enum TextAlign {
|
| left,
|
|
|