Margin.rightBottomLeft constructor

const Margin.rightBottomLeft(
  1. double amount
)

Implementation

const Margin.rightBottomLeft(double amount)
    : super.only(right: amount, bottom: amount, left: amount);