Margin.bottomLeftTop constructor

const Margin.bottomLeftTop(
  1. double amount
)

Implementation

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