mangayomi/lib/utils/global_style.dart
2024-02-20 12:57:01 +01:00

4 lines
129 B
Dart

import 'package:flutter/material.dart';
final popupAnimationStyle =
AnimationStyle(curve: Curves.easeInOutCubicEmphasized);