fix(component_copy_with_gen): update example (#118)

This commit is contained in:
Malo Léon 2023-02-07 10:24:00 +01:00
parent 6c9b6e239b
commit 0b27a62669

View File

@ -18,11 +18,11 @@ import 'package:flutter/material.dart';
import 'package:wyatt_component_copy_with_extension/component_copy_with_extension.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()
class CustomAppBarExample extends AppBarComponent
with $CustomAppBarExampleCWProxyImpl {
with $CustomAppBarExampleCWMixin {
const CustomAppBarExample({super.title, super.key});
@override