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> {
124124 );
125125
126126 @override
127- SurfaceGroupInterface <TextStyle > get surface => TextStyleSurfceGroup (
127+ SurfaceGroupInterface <TextStyle > get surface => TextStyleSurfaceGroup (
128128 color: _textStyle.copyWith (
129129 color: _kleurplaat.surface.color,
130130 ),
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import 'package:dcc_toolkit/style/interface/surface_group_interface.dart';
22import 'package:flutter/material.dart' ;
33
44/// {@macro surface_group}
5- class TextStyleSurfceGroup implements SurfaceGroupInterface <TextStyle > {
5+ class TextStyleSurfaceGroup implements SurfaceGroupInterface <TextStyle > {
66 /// {@macro surface_group}
7- const TextStyleSurfceGroup ({
7+ const TextStyleSurfaceGroup ({
88 required this .color,
99 required this .onColorContrastPlus,
1010 required this .onColorContrastMinus,
@@ -40,5 +40,5 @@ class TextStyleSurfceGroup implements SurfaceGroupInterface<TextStyle> {
4040 final TextStyle containerHighest;
4141
4242 @override
43- TextStyleSurfceGroup lerp (TextStyleSurfceGroup ? other, double t) => this ;
43+ TextStyleSurfaceGroup lerp (TextStyleSurfaceGroup ? other, double t) => this ;
4444}
You can’t perform that action at this time.
0 commit comments