Widget getView(w,h,Function(int type) onTap) { width = w; height = h; return CardBackpackView(this,onTap); }