Advertisement
fahimkamal63

BKash Layout

Nov 7th, 2021
1,159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 13.52 KB | None | 0 0
  1. import 'package:flutter/material.dart';
  2.  
  3. class Bkash extends StatefulWidget {
  4.   const Bkash({Key? key}) : super(key: key);
  5.  
  6.   @override
  7.   _BkashState createState() => _BkashState();
  8. }
  9.  
  10. class _BkashState extends State<Bkash> {
  11.   @override
  12.   Widget build(BuildContext context) {
  13.     return Scaffold(
  14.       appBar: AppBar(
  15.         backgroundColor: Colors.red,
  16.         leading: CircleAvatar(
  17.           backgroundColor: Colors.red,
  18.           child: Icon(Icons.account_circle_rounded, size: 50, color: Colors.white,),
  19.         ),
  20.         title: ListTile(
  21.           title: Text("Fahim Kamal",
  22.           style: TextStyle(
  23.             color: Colors.white,
  24.           ),),
  25.           subtitle: Container(
  26.             width: 40,
  27.             decoration: BoxDecoration(
  28.               color: Colors.white,
  29.               borderRadius: BorderRadius.circular(10),
  30.             ),
  31.             child: Row(
  32.               children: [
  33.                 Icon(Icons.monetization_on, color: Colors.red,),
  34.                 Text("   ব্যলেন্স দেখুন",
  35.                 style: TextStyle(
  36.                   color: Colors.red,
  37.                 ),),
  38.               ],
  39.             ),
  40.           ),
  41.         ),
  42.         actions: [
  43.           Icon(Icons.admin_panel_settings_sharp, color: Colors.white, size: 40,),
  44.           Icon(Icons.search, color: Colors.white, size: 40,),
  45.           SizedBox(width: 20,)
  46.         ],
  47.       ),
  48.       body: SingleChildScrollView(
  49.         child: Column(
  50.           children: [
  51.             Container(
  52.               margin: EdgeInsets.fromLTRB(0, 20, 0, 0),
  53.               height: 200,
  54.               color: Colors.white,
  55.               width: MediaQuery.of(context).size.width,
  56.               child: GridView.count(
  57.                 crossAxisCount: 4,
  58.                 mainAxisSpacing: 10,
  59.                 crossAxisSpacing: 10,
  60.                 children: [
  61.                   Column(
  62.                     children: [
  63.                       Icon(Icons.monetization_on, size: 50,),
  64.                       Text("সেন্ড মানি",
  65.                         style: TextStyle(
  66.                           color: Colors.black,
  67.                         ),),
  68.                     ],
  69.                   ),
  70.                   Column(
  71.                     children: [
  72.                       Icon(Icons.monetization_on),
  73.                       Text("সেন্ড মানি",
  74.                         style: TextStyle(
  75.                           color: Colors.black,
  76.                         ),),
  77.                     ],
  78.                   ),
  79.                   Column(
  80.                     children: [
  81.                       Icon(Icons.monetization_on),
  82.                       Text("সেন্ড মানি",
  83.                         style: TextStyle(
  84.                           color: Colors.black,
  85.                         ),),
  86.                     ],
  87.                   ),
  88.                   Column(
  89.                     children: [
  90.                       Icon(Icons.monetization_on),
  91.                       Text("সেন্ড মানি",
  92.                         style: TextStyle(
  93.                           color: Colors.black,
  94.                         ),),
  95.                     ],
  96.                   ),
  97.                   Column(
  98.                     children: [
  99.                       Icon(Icons.monetization_on),
  100.                       Text("সেন্ড মানি",
  101.                         style: TextStyle(
  102.                           color: Colors.black,
  103.                         ),),
  104.                     ],
  105.                   ),
  106.                   Column(
  107.                     children: [
  108.                       Icon(Icons.monetization_on),
  109.                       Text("সেন্ড মানি",
  110.                         style: TextStyle(
  111.                           color: Colors.black,
  112.                         ),),
  113.                     ],
  114.                   ),
  115.                   Column(
  116.                     children: [
  117.                       Icon(Icons.monetization_on),
  118.                       Text("সেন্ড মানি",
  119.                         style: TextStyle(
  120.                           color: Colors.black,
  121.                         ),),
  122.                     ],
  123.                   ),
  124.                   Column(
  125.                     children: [
  126.                       Icon(Icons.monetization_on),
  127.                       Text("সেন্ড মানি",
  128.                         style: TextStyle(
  129.                           color: Colors.black,
  130.                         ),),
  131.                     ],
  132.                   ),
  133.                 ],
  134.               )
  135.             ),
  136.             Container(
  137.               height: 120,
  138.               width: MediaQuery.of(context).size.width,
  139.               color: Colors.grey,
  140.               margin: EdgeInsets.all(10),
  141.               child: Container(
  142.                 height: 100,
  143.                 width: MediaQuery.of(context).size.width,
  144.                 color: Colors.white,
  145.                 padding: EdgeInsets.all(10),
  146.                 child: Column(
  147.                   children: [
  148.                     ListTile(
  149.                       title: Text("আমার বিকাশ"),
  150.                       trailing: Icon(Icons.arrow_drop_up),
  151.                     ),
  152.  
  153.                     SingleChildScrollView(
  154.                       scrollDirection: Axis.horizontal,
  155.                       child: Row(
  156.                         children: [
  157.                           Column(
  158.                             children: [
  159.                               Icon(Icons.monetization_on),
  160.                               Text("Priyo Numbers",
  161.                                 style: TextStyle(
  162.                                   color: Colors.black,
  163.                                 ),),
  164.                             ],
  165.                           ),
  166.                           SizedBox(width: 30,),
  167.                           Column(
  168.                             children: [
  169.                               Icon(Icons.monetization_on),
  170.                               Text("Saved Bills",
  171.                                 style: TextStyle(
  172.                                   color: Colors.black,
  173.                                 ),),
  174.                             ],
  175.                           ),
  176.                           SizedBox(width: 30,),
  177.                           Column(
  178.                             children: [
  179.                               Icon(Icons.monetization_on),
  180.                               Text("01917xxxxxx",
  181.                                 style: TextStyle(
  182.                                   color: Colors.black,
  183.                                 ),),
  184.                             ],
  185.                           ),
  186.                           SizedBox(width: 30,),
  187.                           Column(
  188.                             children: [
  189.                               Icon(Icons.monetization_on),
  190.                               Text("সেন্ড মানি",
  191.                                 style: TextStyle(
  192.                                   color: Colors.black,
  193.                                 ),),
  194.                             ],
  195.                           ),
  196.                           SizedBox(width: 30,),
  197.                           Column(
  198.                             children: [
  199.                               Icon(Icons.monetization_on),
  200.                               Text("সেন্ড মানি",
  201.                                 style: TextStyle(
  202.                                   color: Colors.black,
  203.                                 ),),
  204.                             ],
  205.                           ),
  206.                           SizedBox(width: 30,),
  207.                           Column(
  208.                             children: [
  209.                               Icon(Icons.monetization_on),
  210.                               Text("সেন্ড মানি",
  211.                                 style: TextStyle(
  212.                                   color: Colors.black,
  213.                                 ),),
  214.                             ],
  215.                           ),
  216.                           SizedBox(width: 30,),
  217.                           Column(
  218.                             children: [
  219.                               Icon(Icons.monetization_on),
  220.                               Text("সেন্ড মানি",
  221.                                 style: TextStyle(
  222.                                   color: Colors.black,
  223.                                 ),),
  224.                             ],
  225.                           ),
  226.                           SizedBox(width: 30,),
  227.                           Column(
  228.                             children: [
  229.                               Icon(Icons.monetization_on),
  230.                               Text("সেন্ড মানি",
  231.                                 style: TextStyle(
  232.                                   color: Colors.black,
  233.                                 ),),
  234.                             ],
  235.                           ),
  236.                         ],
  237.                       ),
  238.                     ),
  239.                   ],
  240.                 ),
  241.               ),
  242.             ),
  243.             Container(
  244.               height: 120,
  245.               width: MediaQuery.of(context).size.width,
  246.               color: Colors.grey,
  247.               margin: EdgeInsets.all(10),
  248.               child: Container(
  249.                 height: 100,
  250.                 width: MediaQuery.of(context).size.width,
  251.                 color: Colors.white,
  252.                 padding: EdgeInsets.all(10),
  253.                 child: Column(
  254.                   children: [
  255.                     ListTile(
  256.                       title: Text("আমার বিকাশ"),
  257.                       trailing: Icon(Icons.arrow_drop_up),
  258.                     ),
  259.  
  260.                     SingleChildScrollView(
  261.                       scrollDirection: Axis.horizontal,
  262.                       child: Row(
  263.                         children: [
  264.                           Column(
  265.                             children: [
  266.                               Icon(Icons.monetization_on),
  267.                               Text("Priyo Numbers",
  268.                                 style: TextStyle(
  269.                                   color: Colors.black,
  270.                                 ),),
  271.                             ],
  272.                           ),
  273.                           SizedBox(width: 30,),
  274.                           Column(
  275.                             children: [
  276.                               Icon(Icons.monetization_on),
  277.                               Text("Saved Bills",
  278.                                 style: TextStyle(
  279.                                   color: Colors.black,
  280.                                 ),),
  281.                             ],
  282.                           ),
  283.                           SizedBox(width: 30,),
  284.                           Column(
  285.                             children: [
  286.                               Icon(Icons.monetization_on),
  287.                               Text("01917xxxxxx",
  288.                                 style: TextStyle(
  289.                                   color: Colors.black,
  290.                                 ),),
  291.                             ],
  292.                           ),
  293.                           SizedBox(width: 30,),
  294.                           Column(
  295.                             children: [
  296.                               Icon(Icons.monetization_on),
  297.                               Text("সেন্ড মানি",
  298.                                 style: TextStyle(
  299.                                   color: Colors.black,
  300.                                 ),),
  301.                             ],
  302.                           ),
  303.                           SizedBox(width: 30,),
  304.                           Column(
  305.                             children: [
  306.                               Icon(Icons.monetization_on),
  307.                               Text("সেন্ড মানি",
  308.                                 style: TextStyle(
  309.                                   color: Colors.black,
  310.                                 ),),
  311.                             ],
  312.                           ),
  313.                           SizedBox(width: 30,),
  314.                           Column(
  315.                             children: [
  316.                               Icon(Icons.monetization_on),
  317.                               Text("সেন্ড মানি",
  318.                                 style: TextStyle(
  319.                                   color: Colors.black,
  320.                                 ),),
  321.                             ],
  322.                           ),
  323.                           SizedBox(width: 30,),
  324.                           Column(
  325.                             children: [
  326.                               Icon(Icons.monetization_on),
  327.                               Text("সেন্ড মানি",
  328.                                 style: TextStyle(
  329.                                   color: Colors.black,
  330.                                 ),),
  331.                             ],
  332.                           ),
  333.                           SizedBox(width: 30,),
  334.                           Column(
  335.                             children: [
  336.                               Icon(Icons.monetization_on),
  337.                               Text("সেন্ড মানি",
  338.                                 style: TextStyle(
  339.                                   color: Colors.black,
  340.                                 ),),
  341.                             ],
  342.                           ),
  343.                         ],
  344.                       ),
  345.                     ),
  346.                   ],
  347.                 ),
  348.               ),
  349.             ),
  350.           ],
  351.         ),
  352.       ),
  353.     );
  354.   }
  355. }
  356.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement