Pinned Loading
-
scope.dart
scope.dart 1import 'package:collection/collection.dart';
2import 'package:flutter/material.dart';
34typedef DelegateAccess<D extends ScopeDelegate> = D Function(
5BuildContext, {
-
sticky.dart
sticky.dart 12import 'package:flutter/material.dart';
3import 'package:flutter/rendering.dart';
4import 'package:flutter/scheduler.dart';
5import 'package:flutter/foundation.dart';
-
discount_bar.dart
discount_bar.dart 12class DiscountBar extends StatefulWidget {
3const DiscountBar({super.key, required this.discount});
4final DiscountModel discount;
5 -
form.dart
form.dart 12class InputRegistrationFormWidget extends StatefulWidget {
3const InputRegistrationFormWidget(
4{super.key, required this.validateNotifier, this.exceptions});
5final ValueNotifier<bool> validateNotifier;
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.