当前位置:网站首页>Flet教程之 02 ElevatedButton高级功能(教程含源码)(教程含源码)
Flet教程之 02 ElevatedButton高级功能(教程含源码)(教程含源码)
2022-07-04 12:32:00 【知识大胖】
ElevatedButton是什么
ElevatedButton本质上是带有阴影的填充色调按钮。为防止阴影蔓延,请仅在绝对必要时使用它们,例如当按钮需要与图案背景视觉分离时。
带自定义内容多button
import flet
from flet import (
Column,
Container,
ElevatedButton,
Icon,
Page,
Row,
Text,
icons,
padding,
)
def main(page: Page):
page.title = "Elevated buttons with custom content"
page.add(
ElevatedButton(
width=150,
content=Row(
[
Icon(name=icons.FAVORITE, color="pink"),
Icon(name=icons.AUDIOTRACK, color="green"),
Icon(name=icons.BEACH_ACCESS, color="blue"),
],
alignment="spaceAround",
),
),
El
边栏推荐
- Method of setting default items in C # ComboBox control code
- Foreach (system.out:: println) usage
- Video analysis
- BCD code Baidu Encyclopedia
- Haproxy cluster
- Globalsign's SSL certificate products
- MySQL advanced (Advanced) SQL statement
- OSI model notes
- Unity performance optimization reading notes - Introduction (1)
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 7
猜你喜欢
Realize cross tenant Vnet connection through azure virtual Wan
SAP ui5 date type sap ui. model. type. Analysis of the display format of date
QQ group collection
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 12
13、 C window form technology and basic controls (3)
Memory computing integration: AI chip architecture in the post Moorish Era
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 5
Function parameters (positional parameters, default value parameters, variable parameters, named keyword parameters, keyword parameters)
Bottom Logic -- Mind Map
Here, the DDS tutorial you want | first experience of fastdds - source code compilation & Installation & Testing
随机推荐
Method of setting default items in C # ComboBox control code
Supercomputing simulation research has determined a safe and effective carbon capture and storage route
(August 9, 2021) example exercise of air quality index calculation (I)
Review of week 278 of leetcode II
Globalsign's SSL certificate products
Hongke case study on storm impact in coastal areas of North Carolina using lidar
What if the chat record is gone? How to restore wechat chat records on Apple Mobile
Number and math classes
[directory] search
[solve the error of this pointing in the applet] SetData of undefined
Properties and methods of OS Library
Clockwise rotation method of event arrangement -- PHP implementation
JD home programmers delete databases and run away. Talk about binlog, the killer of MySQL data backup
Exness: positive I win, negative you lose
World document to picture
Memory computing integration: AI chip architecture in the post Moorish Era
Data communication and network: ch13 Ethernet
Tableau makes data summary after linking the database, and summary exceptions occasionally occur.
os. Path built-in module
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 22