renderBackupSection method

dynamic renderBackupSection(
  1. dynamic context,
  2. dynamic ref
)

Implementation

Widget? renderBackupSection(BuildContext context, WidgetRef ref) {
  return const SliverToBoxAdapter(child: BackupStateWidget());
}