master #81
@ -18,11 +18,11 @@ import 'package:flutter/material.dart';
 | 
				
			|||||||
import 'package:wyatt_component_copy_with_extension/component_copy_with_extension.dart';
 | 
					import 'package:wyatt_component_copy_with_extension/component_copy_with_extension.dart';
 | 
				
			||||||
import 'package:wyatt_ui_components/wyatt_wyatt_ui_components.dart';
 | 
					import 'package:wyatt_ui_components/wyatt_wyatt_ui_components.dart';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// part 'custom_app_bar_example.g.dart';
 | 
					part 'custom_app_bar_example.g.dart';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ComponentCopyWithExtension()
 | 
					@ComponentCopyWithExtension()
 | 
				
			||||||
class CustomAppBarExample extends AppBarComponent
 | 
					class CustomAppBarExample extends AppBarComponent
 | 
				
			||||||
    with $CustomAppBarExampleCWProxyImpl {
 | 
					    with $CustomAppBarExampleCWMixin {
 | 
				
			||||||
  const CustomAppBarExample({super.title, super.key});
 | 
					  const CustomAppBarExample({super.title, super.key});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  @override
 | 
					  @override
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user