File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/src/transformers/defaults Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class ButtonDefaults {
6767 static const IconPlacementEnum placement = IconPlacementEnum .start;
6868 static const double gap = 8 ;
6969
70- static StartEndProp get labelStyle => StartEndProp .general (fontSize: 13 );
70+ static TextProp get labelStyle => TextProp .general (fontSize: 13 );
7171 static const MultiSourceIconModel icon = MultiSourceIconModel (size: 20 );
7272
7373 const ButtonDefaults ._();
@@ -95,7 +95,7 @@ class TextFieldDefaults {
9595 static const int maxLines = 1 ;
9696 static const String obscuringCharacter = '•' ;
9797
98- static StartEndProp get style => StartEndProp .general (
98+ static TextProp get style => TextProp .general (
9999 fontSize: 14 ,
100100 fills: [PaintModel .blackPaint],
101101 );
@@ -154,7 +154,7 @@ class AppBarDefaults {
154154 MultiSourceIconModel .icon (color: null );
155155 static const bool automaticallyImplyLeading = false ;
156156
157- static StartEndProp get titleStyle => StartEndProp .general (fontSize: 18 );
157+ static TextProp get titleStyle => TextProp .general (fontSize: 18 );
158158 static const Color backgroundColor = kDefaultPrimaryColor;
159159 static const String title = 'App Bar' ;
160160 static const double titleSpacing = 16 ;
You can’t perform that action at this time.
0 commit comments