DraftModeUIInsetCard constructor
const
DraftModeUIInsetCard({
- Key? key,
- required Widget child,
- EdgeInsetsGeometry? outerPadding = _defaultOuterPadding,
- EdgeInsetsGeometry? innerPadding,
- double? borderRadius,
- Color? backgroundColor,
- Color? borderColor,
- List<
BoxShadow> ? shadow, - VoidCallback? onTap,
Implementation
const DraftModeUIInsetCard({
super.key,
required this.child,
this.outerPadding = _defaultOuterPadding,
this.innerPadding,
this.borderRadius,
this.backgroundColor,
this.borderColor,
this.shadow,
this.onTap,
});