FSExclude constructor

const FSExclude(
  1. Widget child, {
  2. Key? key,
})

Implementation

const FSExclude(Widget child, {super.key})
  : super(child, const ['fs-exclude']);