Загрузка страницы

Flutter Mobile Apps - Adding Elevation and ShadowColor in Flutter Card

#Flutter #tutorials #mobileapps #androidappswithflutter #ospproprogrammer #mobileapps
Internship Training Join now https://osppro.com?internship-training
Flutter Mobile Apps - Adding Elevation and ShadowColor in Flutter Card
Card is a build-in widget in flutter which derives its design from Google’s Material Design Library. The functionality of this widget on screen is, it is bland space or panel with round corners and a slight elevation on the lower side. It comes with many properties like color, shape, shadow color, etc which lets developers customize it the way they like. Below we will go through al its properties and an example to see its implementation.

Properties of Card Widget:
borderOnForeground: This property takes in a boolean value as an object to decide whether to print a border or not.
child: This property takes in a widget as an object to show inside the Card widget.
clipBehavior: This property decides whether the content inside the Card will be clipped or not. It takes Clip enum as an object.
color: This property assigns background color to the card by taking in the Color class as the object.
elevation: This property takes in a double value as the object to decide the z-coordinate where the card should be placed.
margin: This property takes in EdgeInsetsGeometry as the object to add empty space around the Card.
semanticContainer: This property takes in a boolean as the object. This controls whether the Card widget with all its child widget will be seen as a single widget or not.
shadowColor: This property takes in Color class as the object to assign a color to the shadow, which appears beneath the card. By default, the color is set to black.
shape: This property takes ShapeBorder class as the object to decide the shape of the Card widget.

Видео Flutter Mobile Apps - Adding Elevation and ShadowColor in Flutter Card канала OSP PRO
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
14 февраля 2022 г. 15:02:49
00:03:39
Яндекс.Метрика