menu
barista package
documentation
extensions/buildcontext_extensions.dart
BuildContextExtensions
push<T> method
push<T> method
dark_mode
light_mode
push<
T
>
method
Future
<
T?
>
push
<
T
>(
Widget
page
)
Implementation
Future<T?> push<T>(Widget page) => Navigator.of(this).push<T>(_fadeRoute(page));
barista package
documentation
extensions/buildcontext_extensions
BuildContextExtensions
push<T> method
BuildContextExtensions extension on
BuildContext