mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-20 06:42:07 +00:00
5 lines
130 B
Dart
5 lines
130 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
final popupAnimationStyle = AnimationStyle(
|
|
curve: Curves.easeInOutCubicEmphasized,
|
|
);
|