mangayomi-mirror/lib/utils/global_style.dart
Moustapha Kodjo Amadou 3e401c8af2 dart format
2025-02-23 15:31:49 +01:00

5 lines
130 B
Dart

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