current property

Widget current

Implementation

Widget get current => this._function;
void current=(Widget current)

Implementation

set current(Widget current) => this._function = current;