Inseparable constructor

const Inseparable({
  1. required Widget child,
  2. bool canSpan = false,
})

Inseparable API.

Implementation

const Inseparable({required this.child, this.canSpan = false});