topLeft property

EdgeInsetsGeometry get topLeft

Implementation

EdgeInsetsGeometry get topLeft => EdgeInsets.only(
      top: _value,
      left: _value,
    );