topBottomInsets property

EdgeInsets get topBottomInsets

Implementation

EdgeInsets get topBottomInsets =>
    EdgeInsets.only(bottom: toDouble(), top: toDouble());