inflate abstract method

void inflate(
  1. BuildContext context
)

Set this widget context, build it’s child, and render the widget, updating Context.element When overriding pay attention that inflate need to call build and render

Implementation

void inflate(BuildContext context);