SeniorBottomGesture constructor

SeniorBottomGesture({
  1. Color? color,
  2. bool downDirection = true,
  3. VoidCallback? onTap,
  4. EdgeInsets padding = const EdgeInsets.all(SeniorSpacing.xsmall),
})

Implementation

SeniorBottomGesture({
  this.color,
  this.downDirection = true,
  this.onTap,
  this.padding = const EdgeInsets.all(SeniorSpacing.xsmall),
});