AlignmentDecoration constructor

AlignmentDecoration({
  1. Widget? left,
  2. Widget? center,
  3. Widget? right,
})

Implementation

AlignmentDecoration({this.left, this.center, this.right});