Margin.topLeft constructor

const Margin.topLeft(
  1. double amount
)

Implementation

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