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