ImageFilterContext class
Context information provided when resolving an ImageFilterConfig.
See also:
- ImageFilterConfig.resolve, which takes an instance of this class to create a ui.ImageFilter.
- Annotations
Constructors
- ImageFilterContext({required Rect bounds})
-
Creates an ImageFilterContext.
const
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