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