title function

  1. @riverpod
Widget title(
  1. Ref ref
)

Implementation

@riverpod
Widget title(Ref ref) {
  return const Text("Sandboxed");
}