CFeedBackControl<T> constructor
CFeedBackControl<T> ({
- bool show = false,
- T? data,
Constructor of the CFeedBackControl
Implementation
CFeedBackControl({this.show = false, this.data});