Skip to content

Commit

Permalink
[flutter_web] colors 可视化
Browse files Browse the repository at this point in the history
  • Loading branch information
chen56 committed May 14, 2024
1 parent 39dc681 commit b63c3b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/you_flutter_internal/lib/src/material_colors.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/widgets.dart';
import 'package:meta/meta.dart';
import 'package:you_flutter/better_ui.dart';
import 'package:you_flutter/state.dart';
Expand Down Expand Up @@ -158,7 +156,7 @@ class MaterialColorRoles extends StatelessWidget {
_ColorData(label: "onSurfaceVariant", color: colorScheme.onSurfaceVariant),
...selectedPutOnSurface,
]),
Text("其他可放到surface上的color roles (en:other color roles , can put on surface)", style: Theme.of(context).textTheme.headlineLarge),
Text("其他可放到surface上的color roles (en:Others can be placed on Surface)", style: Theme.of(context).textTheme.headlineLarge),
FilterChip(
label: const Row(
mainAxisAlignment: MainAxisAlignment.start,
Expand Down

0 comments on commit b63c3b6

Please sign in to comment.