f1d0b41267
(cherry picked from commit 68b621471197105b2a846a2827afdaa23ec03edc)
7 lines
240 B
Dart
7 lines
240 B
Dart
import 'package:core/presentation/extensions/color_extension.dart';
|
|
import 'package:flutter/material.dart';
|
|
|
|
class CupertinoLoadingWidgetStyles {
|
|
static const Color progressColor = AppColor.colorLoading;
|
|
static const double size = 24;
|
|
} |