File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ class TextStyleDecorator implements KleurplaatInterface<TextStyle> {
124
124
);
125
125
126
126
@override
127
- SurfaceGroupInterface <TextStyle > get surface => TextStyleSurfceGroup (
127
+ SurfaceGroupInterface <TextStyle > get surface => TextStyleSurfaceGroup (
128
128
color: _textStyle.copyWith (
129
129
color: _kleurplaat.surface.color,
130
130
),
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import 'package:dcc_toolkit/style/interface/surface_group_interface.dart';
2
2
import 'package:flutter/material.dart' ;
3
3
4
4
/// {@macro surface_group}
5
- class TextStyleSurfceGroup implements SurfaceGroupInterface <TextStyle > {
5
+ class TextStyleSurfaceGroup implements SurfaceGroupInterface <TextStyle > {
6
6
/// {@macro surface_group}
7
- const TextStyleSurfceGroup ({
7
+ const TextStyleSurfaceGroup ({
8
8
required this .color,
9
9
required this .onColorContrastPlus,
10
10
required this .onColorContrastMinus,
@@ -40,5 +40,5 @@ class TextStyleSurfceGroup implements SurfaceGroupInterface<TextStyle> {
40
40
final TextStyle containerHighest;
41
41
42
42
@override
43
- TextStyleSurfceGroup lerp (TextStyleSurfceGroup ? other, double t) => this ;
43
+ TextStyleSurfaceGroup lerp (TextStyleSurfaceGroup ? other, double t) => this ;
44
44
}
You can’t perform that action at this time.
0 commit comments