divider constant

ResizableDivider const divider

A thick divider between each view.

Implementation

static const divider = ResizableDivider(
  thickness: 12,
  color: Colors.transparent,
);