Close constructor

const Close({
  1. required bool val,
})

Implementation

const Close({required this.val});