CFeedBackControl<T> constructor

CFeedBackControl<T>({
  1. bool show = false,
  2. T? data,
})

Constructor of the CFeedBackControl

Implementation

CFeedBackControl({this.show = false, this.data});