topLeftInsets property

EdgeInsets get topLeftInsets

Implementation

EdgeInsets get topLeftInsets =>
    EdgeInsets.only(top: toDouble(), left: toDouble());