emptyMargin top-level constant

EdgeInsets const emptyMargin

Empty margin with all sides set to 0.

Implementation

const EdgeInsets emptyMargin = EdgeInsets.all(0);