Slot constructor

Slot({
  1. VoidCallback? onTap,
  2. required EdgeInsetsGeometry padding,
  3. Color? backgroundColor,
})

Implementation

Slot({
  this.onTap,
  required this.padding,
  this.backgroundColor,
});