ImageImageParam class
封装image库中的Image, 区别于flutter库中的Image,
Constructors
- ImageImageParam({required Image image, required int dx, required int dy, required Color? color})
- ImageImageParam.fromMap(Map map)
-
factory
Properties
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