LabelDecoration constructor

const LabelDecoration({
  1. double verticalMenuPadding = 12,
  2. double leftPosition = 6,
  3. Color background = Colors.white,
})

Implementation

const LabelDecoration({
  this.verticalMenuPadding = 12,
  this.leftPosition = 6,
  this.background = Colors.white,
});