SmartConfigTool constructor

SmartConfigTool({
  1. required Key key,
  2. required String title,
  3. required bool needCallBack,
})

Implementation

SmartConfigTool(
    {required Key key, required this.title, required this.needCallBack})
    : super(key: key);