WIntrinsicRow constructor

const WIntrinsicRow({
  1. Key? key,
  2. Widget? firstIfNotEmpty,
  3. Widget? divider,
  4. Widget? lastIfNotEmpty,
  5. List<Widget?>? children,
})

Implementation

const WIntrinsicRow({
  super.key,
  this.firstIfNotEmpty,
  this.divider,
  this.lastIfNotEmpty,
  this.children,
});