跳到主要内容

CardTheme 卡片主题

在整个应用中自定义 Card 的外观。

CardTheme 类具有以下属性:

clip_behavior

在所有子级 Card 控件中覆盖 Card.clip_behavior 的默认值。

color

在所有子级 Card 控件中覆盖 Card.color 的默认值。

elevation

在所有子级 Card 控件中覆盖 Card.elevation 的默认值。

margin

在所有子级 Card 控件中覆盖 Card.margin 的默认值。

shadow_color

在所有子级 Card 控件中覆盖 Card.shadow_color 的默认值。

shape

在所有子级 Card 控件中覆盖 Card.shape 的默认值。

surface_tint_color

在所有子级 Card 控件中覆盖 Card.surface_tint_color 的默认值。