initWidgetUnit method
Implementation
@override
void initWidgetUnit(WidgetAgent<Paper> agent, WidgetUnit unit) {
if (context != null) return;
/// Setup for create and init testing unit widget
final ctx = unit.createMember();
context = ctx;
ctx.operator = network;
ctx.init();
ctx.lifeState = MemberLife.init;
}