mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-02 22:44:37 +00:00
5 lines
130 B
Dart
5 lines
130 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
final popupAnimationStyle = AnimationStyle(
|
|
curve: Curves.easeInOutCubicEmphasized,
|
|
);
|