DocumentLayoutCenterIcon constructor

const DocumentLayoutCenterIcon({
  1. Key? key,
  2. Color? color,
})

Implementation

const DocumentLayoutCenterIcon({
  super.key,
  this.color,
});