sashPosition property

  1. @override
int get sashPosition
override

Implementation

@override
int get sashPosition => _getIntProp("SashPosition");
  1. @override
set sashPosition (int value)
override

Implementation

@override
set sashPosition(int value) => _setIntProp("SashPosition", value);