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