call method

Widget call()

Returns this widget (callable syntax support).

Allows using the wrapped icon as a callable function.

Implementation

Widget call() {
  return this;
}