FCCNeumorphicCard constructor
const
FCCNeumorphicCard({
- Key? key,
- required Widget child,
- ThemeData? theme,
- NeumorphicStyle style = NeumorphicStyle.lowered,
- EdgeInsets padding = const EdgeInsets.fromLTRB(10, 0, 10, 0),
- EdgeInsets innerPadding = const EdgeInsets.all(12),
- double? height,
- Color? baseColorOverride,
- double borderRadiusValue = 24,
- bool transparentBackground = true,
- double? borderWidth,
- Color? borderColor,
- double innerBorderWidth = 0,
- Color? innerBorderColor,
- double innerBorderInset = 10,
- double protrusionIntensity = 0.35,
Implementation
const FCCNeumorphicCard({
super.key,
required this.child,
this.theme,
this.style = NeumorphicStyle.lowered,
this.padding = const EdgeInsets.fromLTRB(10, 0, 10, 0),
this.innerPadding = const EdgeInsets.all(12),
this.height,
this.baseColorOverride,
this.borderRadiusValue = 24,
this.transparentBackground = true,
this.borderWidth,
this.borderColor,
this.innerBorderWidth = 0,
this.innerBorderColor,
this.innerBorderInset = 10,
this.protrusionIntensity = 0.35,
});