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