DisableScreenshots class
Constructors
- DisableScreenshots()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addCustomWatermark(
BuildContext context, Widget widget) → void -
添加自定义水印。将
widget
覆盖在所有视图的最上层 -
addWatermark(
BuildContext context, String watermark, {int rowCount = 3, int columnCount = 10, TextStyle? textStyle}) → void - 添加默认水印
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeWatermark(
) → void - 移除水印
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited