15 lines
441 B
Dart
15 lines
441 B
Dart
import 'package:flutter/widgets.dart';
|
|
import 'package:flutter_screenutil/flutter_screenutil.dart';
|
|
import 'package:onufitness/utils/helper_function.dart';
|
|
import 'package:shared_preferences/shared_preferences.dart';
|
|
|
|
SharedPreferences? preferences;
|
|
|
|
TextStyle customTextStyle = TextStyle(
|
|
fontSize: isTablet ? 24.sp : 18.sp,
|
|
fontWeight: FontWeight.w600,
|
|
);
|
|
|
|
var defaultFontFamilyName = "Inter";
|
|
var montserratFontFamily = "Montserrat";
|