bottomRightInsets property

EdgeInsets get bottomRightInsets

Implementation

EdgeInsets get bottomRightInsets =>
    EdgeInsets.only(bottom: toDouble(), right: toDouble());