DivBuilder constructor

DivBuilder(
  1. BuildContext context,
  2. String style,
  3. List<Widget> children,
  4. Options options,
)

Implementation

DivBuilder(this.context, this.style, this.children, this.options);