add auth, format
This commit is contained in:
@@ -14,10 +14,7 @@ import 'package:worker/core/theme/colors.dart';
|
||||
class PriceNegotiationSection extends HookWidget {
|
||||
final ValueNotifier<bool> needsNegotiation;
|
||||
|
||||
const PriceNegotiationSection({
|
||||
super.key,
|
||||
required this.needsNegotiation,
|
||||
});
|
||||
const PriceNegotiationSection({super.key, required this.needsNegotiation});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user