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