Margin.topRightBottom constructor

const Margin.topRightBottom(
  1. double amount
)

Implementation

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