doLayout abstract method

void doLayout(
  1. Context context,
  2. T root,
  3. num width,
  4. num height,
)

Implementation

void doLayout(Context context,T root, num width, num height);