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