expandFrom property

BuildContext expandFrom
final

The BuildContext of the widget, which is used to determine the center of the expanding clip circle and its initial dimensions.

The RenderObject which eventually renders the widget, must be a RenderBox.

See also:

Implementation

final BuildContext expandFrom;