MaskForCameraViewStyle class

Constructors

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})

Properties

appBarColor Color
final
bottomBarColor Color
final
boxBorderColor Color
final
hashCode int
The hash code for this object.
no setterinherited
iconsColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
takeButtonActionColor Color
final
takeButtonColor Color
final
titleStyle TextStyle
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited