Margin.bottom constructor
const
Margin.bottom(
- double amount
Do that:
EdgeInsets.only(bottom: amount)
Implementation
const Margin.bottom(double amount) : super.only(bottom: amount);
Do that:
EdgeInsets.only(bottom: amount)
const Margin.bottom(double amount) : super.only(bottom: amount);