import 'package:flutter_riverpod/flutter_riverpod.dart';
final webTitleProvider = StateProvider<String>((ref) => "One Masterdata");