This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
title: "Калининград (UTC+2)", | |
offset: 2, | |
}, | |
{ | |
title: "Москва (UTC+3)", | |
offset: 3, | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
showPopup({ | |
required BuildContext context, | |
double? height, | |
Color? backdropColor, | |
Widget? child, | |
}) { | |
showGeneralDialog( | |
transitionDuration: const Duration(milliseconds: 500), |