Commit fd66d000 authored by Sai Srinivas's avatar Sai Srinivas
Browse files

23-06-2025 By Sai Srinivas

bottom sheet bottom insets.
parent 233faa10
...@@ -744,6 +744,7 @@ class _AttendanceScreenState extends State<AttendanceScreen> { ...@@ -744,6 +744,7 @@ class _AttendanceScreenState extends State<AttendanceScreen> {
right: 15, right: 15,
top: 15, top: 15,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
...@@ -846,6 +847,7 @@ class _AttendanceScreenState extends State<AttendanceScreen> { ...@@ -846,6 +847,7 @@ class _AttendanceScreenState extends State<AttendanceScreen> {
right: 15, right: 15,
top: 15, top: 15,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
......
...@@ -555,7 +555,7 @@ class _MyHomePageState extends State<MyHomePage> { ...@@ -555,7 +555,7 @@ class _MyHomePageState extends State<MyHomePage> {
right: 15, right: 15,
top: 30, top: 30,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: Consumer3< child: Consumer3<
HomescreenNotifier, HomescreenNotifier,
ProfileNotifer, ProfileNotifer,
...@@ -806,7 +806,7 @@ class _MyHomePageState extends State<MyHomePage> { ...@@ -806,7 +806,7 @@ class _MyHomePageState extends State<MyHomePage> {
right: 15, right: 15,
top: 30, top: 30,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: Consumer3< child: Consumer3<
HomescreenNotifier, HomescreenNotifier,
ProfileNotifer, ProfileNotifer,
......
...@@ -235,7 +235,7 @@ class _LeadDetailsByModeState extends State<LeadDetailsByMode> { ...@@ -235,7 +235,7 @@ class _LeadDetailsByModeState extends State<LeadDetailsByMode> {
left: 15, left: 15,
right: 15, right: 15,
top: 10, top: 10,
), ),padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
......
...@@ -319,7 +319,7 @@ class _LeadlistbymodeState extends State<Leadlistbymode> { ...@@ -319,7 +319,7 @@ class _LeadlistbymodeState extends State<Leadlistbymode> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
......
...@@ -122,7 +122,7 @@ class _NearbyOpenLeadsState extends State<NearbyOpenLeads> { ...@@ -122,7 +122,7 @@ class _NearbyOpenLeadsState extends State<NearbyOpenLeads> {
left: 15, left: 15,
right: 15, right: 15,
top: 15, top: 15,
), ),padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
......
...@@ -95,6 +95,8 @@ class _ProspectListByModeState extends State<ProspectListByMode> { ...@@ -95,6 +95,8 @@ class _ProspectListByModeState extends State<ProspectListByMode> {
), ),
); );
} }
// if(crmLists[index].aid=="1726"){
return Container( return Container(
padding: EdgeInsets.symmetric( padding: EdgeInsets.symmetric(
horizontal: 10, horizontal: 10,
...@@ -250,6 +252,8 @@ class _ProspectListByModeState extends State<ProspectListByMode> { ...@@ -250,6 +252,8 @@ class _ProspectListByModeState extends State<ProspectListByMode> {
], ],
), ),
); );
}, },
), ),
), ),
...@@ -284,6 +288,7 @@ class _ProspectListByModeState extends State<ProspectListByMode> { ...@@ -284,6 +288,7 @@ class _ProspectListByModeState extends State<ProspectListByMode> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only(bottom:MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
......
...@@ -197,7 +197,7 @@ class _CrmdashboardScreenState extends State<CrmdashboardScreen> { ...@@ -197,7 +197,7 @@ class _CrmdashboardScreenState extends State<CrmdashboardScreen> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
......
...@@ -402,7 +402,7 @@ class _AllpaymentrequesitionlistsbymodesState ...@@ -402,7 +402,7 @@ class _AllpaymentrequesitionlistsbymodesState
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
......
...@@ -189,7 +189,7 @@ class _FinancedashboardState extends State<Financedashboard> { ...@@ -189,7 +189,7 @@ class _FinancedashboardState extends State<Financedashboard> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
......
...@@ -356,7 +356,7 @@ late Commondaterangefilter cf; ...@@ -356,7 +356,7 @@ late Commondaterangefilter cf;
left: 15, left: 15,
right: 15, right: 15,
top: 10, top: 10,
), ),padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
......
...@@ -326,7 +326,7 @@ class _PaymentreceiptlistState extends State<Paymentreceiptlist> { ...@@ -326,7 +326,7 @@ class _PaymentreceiptlistState extends State<Paymentreceiptlist> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
......
...@@ -173,7 +173,7 @@ class _OrderdetailsfeedbackhistoryState extends State<Orderdetailsfeedbackhistor ...@@ -173,7 +173,7 @@ class _OrderdetailsfeedbackhistoryState extends State<Orderdetailsfeedbackhistor
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
......
...@@ -359,7 +359,7 @@ class _OrdersdetailsbymodesState extends State<Ordersdetailsbymodes> { ...@@ -359,7 +359,7 @@ class _OrdersdetailsbymodesState extends State<Ordersdetailsbymodes> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
...@@ -467,7 +467,7 @@ class _OrdersdetailsbymodesState extends State<Ordersdetailsbymodes> { ...@@ -467,7 +467,7 @@ class _OrdersdetailsbymodesState extends State<Ordersdetailsbymodes> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
...@@ -708,7 +708,7 @@ class _OrdersdetailsbymodesState extends State<Ordersdetailsbymodes> { ...@@ -708,7 +708,7 @@ class _OrdersdetailsbymodesState extends State<Ordersdetailsbymodes> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
......
...@@ -322,7 +322,7 @@ class _OrderslistbyModesState extends State<OrderslistbyModes> { ...@@ -322,7 +322,7 @@ class _OrderslistbyModesState extends State<OrderslistbyModes> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
......
...@@ -506,7 +506,7 @@ class _PaymentdetailsbymodeState extends State<Paymentdetailsbymode> { ...@@ -506,7 +506,7 @@ class _PaymentdetailsbymodeState extends State<Paymentdetailsbymode> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
...@@ -658,7 +658,7 @@ class _PaymentdetailsbymodeState extends State<Paymentdetailsbymode> { ...@@ -658,7 +658,7 @@ class _PaymentdetailsbymodeState extends State<Paymentdetailsbymode> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
...@@ -801,7 +801,7 @@ class _PaymentdetailsbymodeState extends State<Paymentdetailsbymode> { ...@@ -801,7 +801,7 @@ class _PaymentdetailsbymodeState extends State<Paymentdetailsbymode> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
...@@ -877,7 +877,7 @@ class _PaymentdetailsbymodeState extends State<Paymentdetailsbymode> { ...@@ -877,7 +877,7 @@ class _PaymentdetailsbymodeState extends State<Paymentdetailsbymode> {
right: 15, right: 15,
top: 30, top: 30,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: Consumer<Paymentsprovider>( child: Consumer<Paymentsprovider>(
builder: (context, provider, child) { builder: (context, provider, child) {
return SingleChildScrollView( return SingleChildScrollView(
......
...@@ -315,7 +315,7 @@ class _PaymentlistsbymodeState extends State<Paymentlistsbymode> { ...@@ -315,7 +315,7 @@ class _PaymentlistsbymodeState extends State<Paymentlistsbymode> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
......
...@@ -291,7 +291,7 @@ class _TpcagentissuelistdetailsState extends State<Tpcagentissuelistdetails> { ...@@ -291,7 +291,7 @@ class _TpcagentissuelistdetailsState extends State<Tpcagentissuelistdetails> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
...@@ -401,7 +401,7 @@ class _TpcagentissuelistdetailsState extends State<Tpcagentissuelistdetails> { ...@@ -401,7 +401,7 @@ class _TpcagentissuelistdetailsState extends State<Tpcagentissuelistdetails> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
......
...@@ -293,7 +293,7 @@ class _NearbygeneratorsState extends State<Nearbygenerators> { ...@@ -293,7 +293,7 @@ class _NearbygeneratorsState extends State<Nearbygenerators> {
right: 15, right: 15,
top: 15, top: 15,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
......
...@@ -296,7 +296,7 @@ class _PendingcomplaintsState extends State<Pendingcomplaints> { ...@@ -296,7 +296,7 @@ class _PendingcomplaintsState extends State<Pendingcomplaints> {
right: 15, right: 15,
top: 10, top: 10,
), ),
padding: EdgeInsets.only( bottom: MediaQuery.of(context).viewInsets.bottom,),
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment