BottomRightSizer constructor

const BottomRightSizer()

Implementation

const BottomRightSizer()
  : super(
      Alignment.bottomRight,
      const EdgeInsets.only(bottom: 1, right: 1),
      const Offset(1, 1),
      SystemMouseCursors.resizeUpLeftDownRight,
    );