RemovableContent constructor
const
RemovableContent({})
Implementation
const RemovableContent({
super.key,
required this.child,
required this.onPress,
this.buttonSize = 24.0,
this.position = const Offset(-8, -8),
this.icon = Icons.close,
this.buttonColor = Colors.red,
this.iconColor = Colors.white,
this.disabled = false,
});