Margin.topRight constructor

const Margin.topRight(
  1. double amount
)

Implementation

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