component_copy_with_gen/fix/enable-non-nullable-fields-in-copywith #119

Merged
hugo merged 3 commits from component_copy_with_gen/fix/enable-non-nullable-fields-in-copywith into master 2023-02-07 09:28:53 +00:00
Showing only changes of commit 0b27a62669 - Show all commits

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_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