CaseType<T> constructor

const CaseType<T>({
  1. Widget? child,
})

Implementation

const CaseType({this.child});