Unclosable constructor

const Unclosable({
  1. required Widget child,
})

Implementation

const Unclosable({
  required this.child,
});