Circular Reveal Helper
Helper class to implement circular reveal functionality.
A CircularRevealWidget subclass will call the corresponding method in this helper, which contains the actual implementations for circular reveal. This helper communicates back to the widget via the Delegate.
Types
Link copied to clipboard
interface Delegate
Delegate interface to be implemented by the CircularRevealWidget that owns this helper.
Link copied to clipboard
Which strategy this view should use to create the circular reveal effect.
Properties
Link copied to clipboard
Specify that this view should use a BitmapShader to create the circular reveal effect.
Link copied to clipboard
Specify that this view should use createCircularReveal to create the circular reveal effect.
Link copied to clipboard
The circular reveal representation which affects how the current frame will be drawn.