UsageSetting constructor
UsageSetting({
- String? language = 'EN',
- String? appDescription = '',
- String? appName = '',
- Uint8List? imagePath,
- int? imageView = 0,
- double? buttonRadius = 0.0,
- double? modalRadius = 0.0,
- String? color = '#FFFFFF',
- String? modalText = '',
- String? dialogTitle = '',
- String? dialogMessage1 = '',
- String? dialogMessage2 = '',
- List<
String> ? blacklist = null,
Implementation
UsageSetting({
this.language = 'EN',
this.appDescription = '',
this.appName = '',
this.imagePath,
this.imageView = 0,
this.buttonRadius = 0.0,
this.modalRadius = 0.0,
this.color = '#FFFFFF',
this.modalText = '',
this.dialogTitle = '',
this.dialogMessage1 = '',
this.dialogMessage2 = '',
this.blacklist = null,
});