Control.marginBottom

Distance between the node's bottom edge and its parent container, based on anchorBottom. Margins are often controlled by one or multiple parent Container nodes. Margins update automatically when you move or resize the node.

  1. double marginBottom [@property getter]
  2. double marginBottom [@property setter]
    struct Control
    @nogc nothrow @property
    void
    marginBottom
    (
    double v
    )

Meta