fix(ui_component): add generated component with theme resolver
This commit is contained in:
		
							parent
							
								
									4c08a692d2
								
							
						
					
					
						commit
						8070623e88
					
				| @ -22,6 +22,8 @@ abstract class $FileSelectionButtonComponentCWProxy { | |||||||
|   FileSelectionButtonComponent invalidStyle(ButtonStyle<dynamic>? invalidStyle); |   FileSelectionButtonComponent invalidStyle(ButtonStyle<dynamic>? invalidStyle); | ||||||
|   FileSelectionButtonComponent onPressed( |   FileSelectionButtonComponent onPressed( | ||||||
|       void Function(ControlState)? onPressed); |       void Function(ControlState)? onPressed); | ||||||
|  |   FileSelectionButtonComponent themeResolver( | ||||||
|  |       ThemeResolver<dynamic, dynamic, dynamic>? themeResolver); | ||||||
|   FileSelectionButtonComponent key(Key? key); |   FileSelectionButtonComponent key(Key? key); | ||||||
|   FileSelectionButtonComponent call({ |   FileSelectionButtonComponent call({ | ||||||
|     MainAxisSize? mainAxisSize, |     MainAxisSize? mainAxisSize, | ||||||
| @ -36,6 +38,7 @@ abstract class $FileSelectionButtonComponentCWProxy { | |||||||
|     ButtonStyle<dynamic>? selectedStyle, |     ButtonStyle<dynamic>? selectedStyle, | ||||||
|     ButtonStyle<dynamic>? invalidStyle, |     ButtonStyle<dynamic>? invalidStyle, | ||||||
|     void Function(ControlState)? onPressed, |     void Function(ControlState)? onPressed, | ||||||
|  |     ThemeResolver<dynamic, dynamic, dynamic>? themeResolver, | ||||||
|     Key? key, |     Key? key, | ||||||
|   }); |   }); | ||||||
| } | } | ||||||
|  | |||||||
| @ -17,6 +17,8 @@ abstract class $FlatButtonComponentCWProxy { | |||||||
|   FlatButtonComponent focusedStyle(ButtonStyle<dynamic>? focusedStyle); |   FlatButtonComponent focusedStyle(ButtonStyle<dynamic>? focusedStyle); | ||||||
|   FlatButtonComponent tappedStyle(ButtonStyle<dynamic>? tappedStyle); |   FlatButtonComponent tappedStyle(ButtonStyle<dynamic>? tappedStyle); | ||||||
|   FlatButtonComponent onPressed(void Function(ControlState)? onPressed); |   FlatButtonComponent onPressed(void Function(ControlState)? onPressed); | ||||||
|  |   FlatButtonComponent themeResolver( | ||||||
|  |       ThemeResolver<dynamic, dynamic, dynamic>? themeResolver); | ||||||
|   FlatButtonComponent key(Key? key); |   FlatButtonComponent key(Key? key); | ||||||
|   FlatButtonComponent call({ |   FlatButtonComponent call({ | ||||||
|     MainAxisSize? mainAxisSize, |     MainAxisSize? mainAxisSize, | ||||||
| @ -29,6 +31,7 @@ abstract class $FlatButtonComponentCWProxy { | |||||||
|     ButtonStyle<dynamic>? focusedStyle, |     ButtonStyle<dynamic>? focusedStyle, | ||||||
|     ButtonStyle<dynamic>? tappedStyle, |     ButtonStyle<dynamic>? tappedStyle, | ||||||
|     void Function(ControlState)? onPressed, |     void Function(ControlState)? onPressed, | ||||||
|  |     ThemeResolver<dynamic, dynamic, dynamic>? themeResolver, | ||||||
|     Key? key, |     Key? key, | ||||||
|   }); |   }); | ||||||
| } | } | ||||||
|  | |||||||
| @ -14,6 +14,8 @@ abstract class $SimpleIconButtonComponentCWProxy { | |||||||
|   SimpleIconButtonComponent focusedStyle(ButtonStyle<dynamic>? focusedStyle); |   SimpleIconButtonComponent focusedStyle(ButtonStyle<dynamic>? focusedStyle); | ||||||
|   SimpleIconButtonComponent tappedStyle(ButtonStyle<dynamic>? tappedStyle); |   SimpleIconButtonComponent tappedStyle(ButtonStyle<dynamic>? tappedStyle); | ||||||
|   SimpleIconButtonComponent onPressed(void Function(ControlState)? onPressed); |   SimpleIconButtonComponent onPressed(void Function(ControlState)? onPressed); | ||||||
|  |   SimpleIconButtonComponent themeResolver( | ||||||
|  |       ThemeResolver<dynamic, dynamic, dynamic>? themeResolver); | ||||||
|   SimpleIconButtonComponent key(Key? key); |   SimpleIconButtonComponent key(Key? key); | ||||||
|   SimpleIconButtonComponent call({ |   SimpleIconButtonComponent call({ | ||||||
|     Icon? icon, |     Icon? icon, | ||||||
| @ -23,6 +25,7 @@ abstract class $SimpleIconButtonComponentCWProxy { | |||||||
|     ButtonStyle<dynamic>? focusedStyle, |     ButtonStyle<dynamic>? focusedStyle, | ||||||
|     ButtonStyle<dynamic>? tappedStyle, |     ButtonStyle<dynamic>? tappedStyle, | ||||||
|     void Function(ControlState)? onPressed, |     void Function(ControlState)? onPressed, | ||||||
|  |     ThemeResolver<dynamic, dynamic, dynamic>? themeResolver, | ||||||
|     Key? key, |     Key? key, | ||||||
|   }); |   }); | ||||||
| } | } | ||||||
|  | |||||||
| @ -17,6 +17,8 @@ abstract class $SymbolButtonComponentCWProxy { | |||||||
|   SymbolButtonComponent tappedStyle(ButtonStyle<dynamic>? tappedStyle); |   SymbolButtonComponent tappedStyle(ButtonStyle<dynamic>? tappedStyle); | ||||||
|   SymbolButtonComponent selectedStyle(ButtonStyle<dynamic>? selectedStyle); |   SymbolButtonComponent selectedStyle(ButtonStyle<dynamic>? selectedStyle); | ||||||
|   SymbolButtonComponent onPressed(void Function(ControlState)? onPressed); |   SymbolButtonComponent onPressed(void Function(ControlState)? onPressed); | ||||||
|  |   SymbolButtonComponent themeResolver( | ||||||
|  |       ThemeResolver<dynamic, dynamic, dynamic>? themeResolver); | ||||||
|   SymbolButtonComponent key(Key? key); |   SymbolButtonComponent key(Key? key); | ||||||
|   SymbolButtonComponent call({ |   SymbolButtonComponent call({ | ||||||
|     MainAxisSize? mainAxisSize, |     MainAxisSize? mainAxisSize, | ||||||
| @ -29,6 +31,7 @@ abstract class $SymbolButtonComponentCWProxy { | |||||||
|     ButtonStyle<dynamic>? tappedStyle, |     ButtonStyle<dynamic>? tappedStyle, | ||||||
|     ButtonStyle<dynamic>? selectedStyle, |     ButtonStyle<dynamic>? selectedStyle, | ||||||
|     void Function(ControlState)? onPressed, |     void Function(ControlState)? onPressed, | ||||||
|  |     ThemeResolver<dynamic, dynamic, dynamic>? themeResolver, | ||||||
|     Key? key, |     Key? key, | ||||||
|   }); |   }); | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user