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