Flutter
material
CardTheme
clipBehavior property
clipBehavior
description
clipBehavior
property
Null safety
Clip
?
clipBehavior
final
Default value for
Card.clipBehavior
.
If null,
Card
uses
Clip.none
.
Implementation
final Clip? clipBehavior;
Flutter
material
CardTheme
clipBehavior property
CardTheme class
Constructors
CardTheme
Properties
clipBehavior
color
elevation
hashCode
margin
runtimeType
shadowColor
shape
surfaceTintColor
Methods
copyWith
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringShort
Operators
operator ==
Static methods
lerp
of