Flutter – Expand component to page limit without scroll
I have this screen, but the white part I would like to expand it to the bottom limit of the user's screen, but I am not getting it, it has a part in blue as shown in the image. Page…
I have this screen, but the white part I would like to expand it to the bottom limit of the user's screen, but I am not getting it, it has a part in blue as shown in the image. Page…
I am creating food app ui, i created card of buttons with images, now i have a problem with size of images in my buttons, they all have same height, width, padding and image size but different text wrap so…
enter image description here Please refer above image, I tried to use flex but I can not get the result that I expected. I'm working on tailwind css. I want to be the result like green cards in the image.…
I have four cards of same with and their height can vary based upon the content inside it. I want to align the cards with respect to the circle at the center of the container, whose height and width is…
I'm trying to generate form controls dynamically on click of a button in Angular v14 html template i generate it but i'm facing that error in console. ERROR TypeError: feature_r5.get is not a function at PostAdvComponent_div_40_Template Html template code <div…
I'm trying to add the hover effect to material icons but it does not work. I'm not sure what's going wrong. Everything else looks great but I'm unable to see the hover effect. I've added my code below. import ManageAccountsIcon…
Themes and sidebar didn't appear and only text and list appear there. Everything else just working fine, including links. It was just UI/UX didn't came out as expected. Screenshot of the problem dash.blade <!DOCTYPE html> <html> <head> <title>Perpustakaan Perkantas Back-Office…
I'm working on UI part on my project and want to bring button at the center of span tag, I tried with text-align: center but it's not working that way can anyone please guide how I can bring it to…
I want to set a gradient as a background color for my ElevatedButton. So I did this : Container( height: 100, width: 100, decoration: const BoxDecoration( gradient: LinearGradient( begin: Alignment.topRight, end: Alignment.bottomLeft, colors: [ Color(0xFFFE1871), Color(0xFFFD0E38), Color(0xFFFF0205), ], )), child:…
I have been trying to generate a sort of Podium in leaderboards page, the idea is that the number one on the LeaderBoaards will have a circleAvatar with a crown on top, the other two should be a little bit…