MExpanded constructor

const MExpanded({
  1. MNode? leading,
  2. MNode? trailing,
  3. MNode? center,
  4. MNode? bottom,
})

Implementation

const MExpanded({this.leading, this.trailing, this.center, this.bottom});