RegistryExtensions extension

on

Methods

animated<T>({Duration? duration, Duration? reverseDuration, AnimationBehavior? animationBehavior, String? debugLabel, double? lowerBound, double? upperBound, double? value}) RegistryEntry<AnimationController>
paged<T>({int? initialPage, bool? keepPage, double? viewportFraction}) RegistryEntry<PageController>
scrolled<T>({double? initialScrollOffset, bool? keepScrollOffset, String? debugLabel}) RegistryEntry<ScrollController>
tabbed<T>({required int length, int? initialIndex}) RegistryEntry<TabController>
textEdited<T>({String? text}) RegistryEntry<TextEditingController>