master #81
@ -43,7 +43,7 @@ class TextInputStyle extends ThemeStyle<TextInputStyle> {
 | 
				
			|||||||
  final Color? suffixIconColor;
 | 
					  final Color? suffixIconColor;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  final MultiColor? backgroundColors;
 | 
					  final MultiColor? backgroundColors;
 | 
				
			||||||
  final MultiColor? borderColors;
 | 
					  final Color? borderColors;
 | 
				
			||||||
  final BoxShadow? boxShadow;
 | 
					  final BoxShadow? boxShadow;
 | 
				
			||||||
  final BorderRadiusGeometry? radius;
 | 
					  final BorderRadiusGeometry? radius;
 | 
				
			||||||
  final TextStyle? inputStyle;
 | 
					  final TextStyle? inputStyle;
 | 
				
			||||||
@ -86,7 +86,7 @@ class TextInputStyle extends ThemeStyle<TextInputStyle> {
 | 
				
			|||||||
      backgroundColors:
 | 
					      backgroundColors:
 | 
				
			||||||
          MultiColor.lerp(a.backgroundColors, b.backgroundColors, t),
 | 
					          MultiColor.lerp(a.backgroundColors, b.backgroundColors, t),
 | 
				
			||||||
      radius: BorderRadiusGeometry.lerp(a.radius, b.radius, t),
 | 
					      radius: BorderRadiusGeometry.lerp(a.radius, b.radius, t),
 | 
				
			||||||
      borderColors: MultiColor.lerp(a.borderColors, b.borderColors, t),
 | 
					      borderColors: Color.lerp(a.borderColors, b.borderColors, t),
 | 
				
			||||||
      boxShadow: BoxShadow.lerp(a.boxShadow, b.boxShadow, t),
 | 
					      boxShadow: BoxShadow.lerp(a.boxShadow, b.boxShadow, t),
 | 
				
			||||||
      inputStyle: TextStyle.lerp(a.inputStyle, b.inputStyle, t),
 | 
					      inputStyle: TextStyle.lerp(a.inputStyle, b.inputStyle, t),
 | 
				
			||||||
      prefixStyle: TextStyle.lerp(a.prefixStyle, b.prefixStyle, t),
 | 
					      prefixStyle: TextStyle.lerp(a.prefixStyle, b.prefixStyle, t),
 | 
				
			||||||
@ -106,7 +106,7 @@ class TextInputStyle extends ThemeStyle<TextInputStyle> {
 | 
				
			|||||||
    TextStyle? labelStyle,
 | 
					    TextStyle? labelStyle,
 | 
				
			||||||
    TextStyle? hintStyle,
 | 
					    TextStyle? hintStyle,
 | 
				
			||||||
    MultiColor? backgroundColors,
 | 
					    MultiColor? backgroundColors,
 | 
				
			||||||
    MultiColor? borderColors,
 | 
					    Color? borderColors,
 | 
				
			||||||
    BoxShadow? boxShadow,
 | 
					    BoxShadow? boxShadow,
 | 
				
			||||||
    BorderRadiusGeometry? radius,
 | 
					    BorderRadiusGeometry? radius,
 | 
				
			||||||
    TextStyle? inputStyle,
 | 
					    TextStyle? inputStyle,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user