MaskForCameraViewStyle constructor
MaskForCameraViewStyle({
- Color appBarColor = Colors.black,
- TextStyle titleStyle = const TextStyle(color: Colors.white, fontSize: 18.0, fontWeight: FontWeight.w600),
- Color boxBorderColor = Colors.white,
- Color bottomBarColor = Colors.black,
- Color takeButtonColor = Colors.white,
- Color takeButtonActionColor = Colors.black,
- Color iconsColor = Colors.white,
Implementation
MaskForCameraViewStyle({
this.appBarColor = Colors.black,
this.titleStyle = const TextStyle(
color: Colors.white,
fontSize: 18.0,
fontWeight: FontWeight.w600,
),
this.boxBorderColor = Colors.white,
this.bottomBarColor = Colors.black,
this.takeButtonColor = Colors.white,
this.takeButtonActionColor = Colors.black,
this.iconsColor = Colors.white,
});