Margin.bottomLeft constructor

const Margin.bottomLeft(
  1. double amount
)

Implementation

const Margin.bottomLeft(double amount)
    : super.only(bottom: amount, left: amount);