CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 02:58:49 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=17158d42235a308b02029bc7ec5287b63a0c77d88c3fa4f35fb6abc65a21e229a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%229VI3_eODbN7VZvMn1Yu7zecoO-v7kX1b%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d35673cc13c46e-BLR
bottom dialog bottom sheet flutter - Pastebin.com
SHARE
TWEET

bottom dialog bottom sheet flutter
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void _showBottomView() {
- showModalBottomSheet(
- context: context,
- backgroundColor: Colors.white,
- useSafeArea: true,
- isDismissible: false,
- shape: RoundedRectangleBorder(
- borderRadius: BorderRadius.only(
- topLeft: Radius.circular(24),
- topRight: Radius.circular(24),
- ),
- ),
- builder: (ctx) {
- return StatefulBuilder(
- builder: (
- BuildContext context,
- void Function(void Function()) changeState,
- ) {
- return Container(
- margin: const EdgeInsets.fromLTRB(16, 20, 16, 12),
- child: Column(
- children: [
- Icon(
- Icons.verified_user,
- size: 50,
- color: ProjectColors.primaryColor,
- ),
- ElevatedButton(
- style: ButtonStyle(
- backgroundColor: WidgetStateProperty.all(
- ProjectColors.primaryColor,
- ),
- padding: WidgetStateProperty.all(EdgeInsets.all(8)),
- shape: WidgetStatePropertyAll(
- RoundedRectangleBorder(
- borderRadius: BorderRadius.circular(10),
- ),
- ),
- ),
- onPressed: () {
- Navigator.of(context).pop();
- Navigator.pushReplacementNamed(
- context,
- guestHomePage,
- arguments: 3,
- );
- },
- child: Row(
- mainAxisAlignment: MainAxisAlignment.center,
- spacing: 6,
- children: [
- SvgPicture.asset(
- "assets/images/ic_login.svg",
- height: 24,
- width: 24,
- colorFilter: ColorFilter.mode(
- ProjectColors.white,
- BlendMode.srcIn,
- ),
- ),
- Text(
- CustomStrings.login,
- style: GoogleFonts.poppins(
- fontWeight: FontWeight.w500,
- fontSize: 16,
- color: ProjectColors.white,
- ),
- ),
- ],
- ),
- ),
- ],
- ),
- );
- },
- );
- },
- );
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ X
JavaScript | 3 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ S
JavaScript | 13 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ 3
JavaScript | 41 sec ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ S
JavaScript | 49 sec ago | 0.25 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 58 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ G
JavaScript | 1 min ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ X
JavaScript | 1 min ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ X
JavaScript | 1 min ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand