tabs_data.dart 162 B

123456
  1. import 'package:cs_resources/generated/l10n.dart';
  2. Map<String, dynamic> tabsNamesData = {
  3. 'Follow': S.current.follow,
  4. 'Follower': S.current.follower,
  5. };