CountdownCardPadding constructor

const CountdownCardPadding({
  1. double top = 13,
  2. double right = 14,
  3. double bottom = 12,
  4. double left = 14,
})

Implementation

const CountdownCardPadding({
  this.top = 13,
  this.right = 14,
  this.bottom = 12,
  this.left = 14,
});