Margin.bottomRight constructor

const Margin.bottomRight(
  1. double amount
)

Implementation

const Margin.bottomRight(double amount)
    : super.only(bottom: amount, right: amount);