S360FDataCell constructor
const
S360FDataCell({
- required Widget child,
- bool isPlaceholder = false,
- bool showEditIcon = false,
- VoidCallback? onTap,
- ValueChanged<
TapDownDetails> ? onTapDown, - VoidCallback? onTapCancel,
- VoidCallback? onDoubleTap,
- VoidCallback? onLongPress,
- bool isOptional = false,
Implementation
const S360FDataCell({
required this.child,
this.isPlaceholder = false,
this.showEditIcon = false,
this.onTap,
this.onTapDown,
this.onTapCancel,
this.onDoubleTap,
this.onLongPress,
this.isOptional = false,
});